Table of Contents

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 string

The identifier for the source of the subscription (e.g., a GUID or unique string).

force bool

Force 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 string

The identifier for the source of the subscription (e.g., a GUID or unique string).

subscribeTimeout TimeSpan

Subscribe timeout.

force bool

Force the cleanup.

Exceptions

ArgumentNullException

sourceId is null

InvalidOperationException

Could not remove SLNet subscriptions within the specified subscribe timeout.