Universal Windows Service Class Library

IMonitor.Continue Method 

Signals the monitor that it could start working again.

void Continue();

Remarks

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

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

See Also

IMonitor Interface | uws.Monitors Namespace