Universal Windows Service Class Library

IMonitor.Pause Method 

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

void 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

IMonitor Interface | uws.Monitors Namespace