Universal Windows Service Class Library

IMonitor.Stop Method 

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

void 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

IMonitor Interface | uws.Monitors Namespace