Universal Windows Service Class Library

Monitor.Continue Method 

Signals the monitor that it could start working again.

public abstract 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 or something else happens.

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

See Also

Monitor Class | uws.Monitors Namespace | IMonitor