Method UpdateRateDeltaTracking
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
SLProtocolLink with SLProtocol process
tablePid
intThe ID of the table parameter for which the delta tracking method should be changed.
calculationMethod
CalculationMethodAllows 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
SLProtocolLink with SLProtocol process
tablePids
IEnumerable<int>The ID of the table parameters for which the delta tracking method should be changed.
calculationMethod
CalculationMethodAllows to define which delta calculation methods should be used.
Note that opting for the 'Accurate' method only makes sense for SNMP tables.