Universal Windows Service Class Library

Monitor.Begin Method 

Signals the monitors in static monitor list that it could start it's work.

public static bool Begin();

Return Value

True if all monitors were started otherwise false.

Remarks

If this function was called the monitors start it's work and fire an event each time the specified event is reached.

To stop the monitors work call the static End 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 Add method.

See Also

Monitor Class | uws.Monitors Namespace