Universal Windows Service Class Library

IntervalTrigger.Configure Method (TimeSpan)

Configures the trigger using a TimeSpan structure.

public void Configure(
   TimeSpan timeSpan
);

Parameters

timeSpan
Structure containing time interval.

Remarks

This method configue the trigger with given time interval capsulated in TimeSpan structure.

Exceptions

Exception TypeCondition
ArgumentExceptionThrown if an invalid time interval was given.

See Also

IntervalTrigger Class | uws.Triggers Namespace | IntervalTrigger.Configure Overload List