Remove the monitor with given name from static monitor list.
The function removes the monitor with given name 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 triggers or something else.
For an example source code see the Add method.
Exception Type | Condition |
---|---|
ArgumentNullException | Thrown if no name was given. |
ArgumentException | The given monitor name is invalid. |
Monitor Class | uws.Monitors Namespace | Monitor.Remove Overload List