Table of Contents

Method UpdateRateDeltaTracking

Namespace
Skyline.DataMiner.Utils.SNMP
Assembly
Skyline.DataMiner.Utils.SNMP.dll

UpdateRateDeltaTracking(SLProtocol, int, CalculationMethod)

Configures DataMiner to use the expected delta calculation method.

public static void UpdateRateDeltaTracking(SLProtocol protocol, int tablePid, CalculationMethod calculationMethod)

Parameters

protocol SLProtocol

Link with SLProtocol process

tablePid int

The ID of the table parameter for which the delta tracking method should be changed.

calculationMethod CalculationMethod

Allows to define which delta calculation methods should be used.
Note that opting for the 'Accurate' method only makes sense for SNMP tables.

UpdateRateDeltaTracking(SLProtocol, IEnumerable<int>, CalculationMethod)

Configures DataMiner to use the expected delta calculation method.

public static void UpdateRateDeltaTracking(SLProtocol protocol, IEnumerable<int> tablePids, CalculationMethod calculationMethod)

Parameters

protocol SLProtocol

Link with SLProtocol process

tablePids IEnumerable<int>

The ID of the table parameters for which the delta tracking method should be changed.

calculationMethod CalculationMethod

Allows to define which delta calculation methods should be used.
Note that opting for the 'Accurate' method only makes sense for SNMP tables.