Universal Windows Service Class Library

OnServiceStartTrigger.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 when service starts.

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

Exceptions

Exception TypeCondition
ExceptionThrown if trigger is not running.

See Also

OnServiceStartTrigger Class | uws.Triggers Namespace | ITrigger | Trigger