Universal Windows Service Class Library

Monitor.Resume Method 

Signals the monitors in static monitor list that they should start working again.

public static void Resume();

Remarks

If this function was called the monitors continue their work and fires an event each time the specified event is reached.

The monitors work could be temporarily stopped by calling static Break method.

The static monitor list will be used for monitors which could be used from different triggers or something else.

For an example source code see the Break method.

See Also

Monitor Class | uws.Monitors Namespace