Universal Windows Service Class Library

CrashMonitor.Pause Method 

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

public override 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 happens.

To continue the monitor work call Continue method.

Exceptions

Exception TypeCondition
ExceptionThrown if monitor is not running.

See Also

CrashMonitor Class | uws.Monitors Namespace | IMonitor | Monitor