Universal Windows Service Class Library

IntervalTrigger.Configure Method (Int32, Int32, Int32)

Configure trigger using seperate arguments for.

public void Configure(
   int hours,
   int minutes,
   int seconds
);

Parameters

hours
Number of hours for time interval.
minutes
Number of minutes for time interval.
seconds
Number of seconds for time interval.

Remarks

This method configue the trigger with given time interval capsulated in seperate arguments.

Exceptions

Exception TypeCondition
ArgumentExceptionThrown if an invalid time interval was given.

See Also

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