Universal Windows Service Class Library

CrashMonitor.Continue Method 

Signals the monitor that it could start working again.

public override void Continue();

Implements

IMonitor.Continue

Remarks

If this function was called the monitor continue it's work and fires an event each time a specified action happens.

The monitor work could be temporarily stopped by calling Pause method.

Exceptions

Exception TypeCondition
ExceptionThrown if monitor is not running.

See Also

CrashMonitor Class | uws.Monitors Namespace | IMonitor | Monitor