Method StopValueMonitor
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
StopValueMonitor(string, bool)
Stops monitoring value changes of the specified parameter.
void StopValueMonitor(string sourceId, bool force = false)
Parameters
sourceId
stringThe identifier for the source of the subscription (e.g., a GUID or unique string).
force
boolForce the cleanup.
Exceptions
- ArgumentNullException
sourceId
is null- InvalidOperationException
Could not remove SLNet subscriptions within 10 minutes.
StopValueMonitor(string, TimeSpan, bool)
Stops monitoring value changes of the specified parameter.
void StopValueMonitor(string sourceId, TimeSpan subscribeTimeout, bool force = false)
Parameters
sourceId
stringThe identifier for the source of the subscription (e.g., a GUID or unique string).
subscribeTimeout
TimeSpanSubscribe timeout.
force
boolForce the cleanup.
Exceptions
- ArgumentNullException
sourceId
is null- InvalidOperationException
Could not remove SLNet subscriptions within the specified subscribe timeout.