Universal Windows Service Class Library

Monitor.Stop Method 

Signals the monitor that it should stop it's work.

public abstract void Stop();

Implements

IMonitor.Stop

Remarks

This function tells the monitor to stop it's work. All temporary resources will be given free. No further event calls are made but the callback functions for monitor event are already stored.

When this function was called the Start method restart the monitor which fires the monitor events again. The stored callback functions are used furthermore.

See Also

Monitor Class | uws.Monitors Namespace | IMonitor