Universal Windows Service Class Library

Monitor.Remove Method

Remove the monitor with given name from static monitor list.

Overload List

Remove the monitor with given name from static monitor list.

public static void Remove(string);

Remove all monitors of given type from static monitor list.

public static void Remove(Type);

See Also

Monitor Class | uws.Monitors Namespace