Universal Windows Service Class Library

IntervalTrigger.Pause Method 

Signals the trigger that it could break and pause it's work.

public override void Pause();

Implements

ITrigger.Pause

Remarks

If this function was called the trigger pause it's work and stop firing an event each time the event time is reached.

To continue the trigger work call Continue method.

Exceptions

Exception TypeCondition
ExceptionThrown if trigger is not running.

See Also

IntervalTrigger Class | uws.Triggers Namespace | ITrigger | Trigger