Remove given registered event handler from monitor with given name.
The function removes given registered event handler from monitor in static monitor list where name of monitor matches.
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 event handler or name were given. |
Monitor Class | uws.Monitors Namespace