Method ClearSubscriptionHandler
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
ClearSubscriptionHandler(NewMessageEventHandler)
Clear an SLNet Subscription.
void ClearSubscriptionHandler(NewMessageEventHandler handler)
Parameters
handler
NewMessageEventHandlerThe handler containing the action to be cleared.
Exceptions
- ArgumentNullException
handler
is null.