Universal Windows Service Class Library

Monitor.Clear Method 

Remove all entries from static monitor list.

public static void Clear();

Remarks

The function removes all monitors from static monitor list. Running monitors will be stopped and then removed.

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

For an example source code see the Add method.

See Also

Monitor Class | uws.Monitors Namespace