Universal Windows Service Class Library

IntervalTrigger.Continue Method 

Signals the trigger that it could start working again.

public override void Continue();

Implements

ITrigger.Continue

Remarks

If this function was called the trigger continue it's work and fires an event each time the event time is reached.

The trigger work could be temporarily stopped by calling Pause method.

Exceptions

Exception TypeCondition
ExceptionThrown if trigger is not running.

See Also

IntervalTrigger Class | uws.Triggers Namespace | ITrigger | Trigger