Universal Windows Service Class Library

ServerTrigger.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 a monitor calls.

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

Exceptions

Exception TypeCondition
ExceptionThrown if trigger is not running.

See Also

ServerTrigger Class | uws.Triggers Namespace | ITrigger | Trigger