Universal Windows Service Class Library

Monitor.Pause Method 

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

public abstract void Pause();

Implements

IMonitor.Pause

Remarks

If this function was called the monitor pause it's work and stop firing an event each time a specified action or something else happens.

To continue the monitor work call Continue method.

See Also

Monitor Class | uws.Monitors Namespace | IMonitor