Universal Windows Service Class Library

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

To continue the trigger work call Continue method.

Exceptions

Exception TypeCondition
ExceptionThrown if trigger is not running.

See Also

ServerTrigger Class | uws.Triggers Namespace | ITrigger | Trigger