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
protocolSLProtocolLink with SLProtocol process
tablePidintThe ID of the table parameter for which the delta tracking method should be changed.
calculationMethodCalculationMethodAllows 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
protocolSLProtocolLink with SLProtocol process
tablePidsIEnumerable<int>The ID of the table parameters for which the delta tracking method should be changed.
calculationMethodCalculationMethodAllows to define which delta calculation methods should be used.
Note that opting for the 'Accurate' method only makes sense for SNMP tables.