Universal Windows Service Class Library

Trigger.Pause Method 

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

public abstract 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.

See Also

Trigger Class | uws.Triggers Namespace | ITrigger