Universal Windows Service Class Library

IntervalTrigger Constructor (Int32, Int32, Int32, Int32, Int32)

Constructor of the interval trigger class using seperate arguments to configure it.

public IntervalTrigger(
   int days,
   int hours,
   int minutes,
   int seconds,
   int milliseconds
);

Parameters

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

Remarks

This constructor creates a new interval trigger object and configue it 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 Constructor Overload List