Universal Windows Service Class Library

IntervalTrigger Constructor

Default constructor of the interval trigger class.

Overload List

Default constructor of the interval trigger class.

public IntervalTrigger();

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

public IntervalTrigger(int,int,int);

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

public IntervalTrigger(int,int,int,int,int);

Constructor of the interval trigger class using a TimeSpan structure to configure it.

public IntervalTrigger(TimeSpan);

See Also

IntervalTrigger Class | uws.Triggers Namespace | ITrigger | Trigger