Table of Contents

Constructor SnmpDeltaHelper

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

SnmpDeltaHelper(SLProtocol, int, uint)

Initializes a new instance of the SnmpDeltaHelper class.
Such instance is used to retrieve delta time between 2 consecutive executions of an SNMP group.

public SnmpDeltaHelper(SLProtocol protocol, int groupId, uint calculationMethodPid)

Parameters

protocol SLProtocol

Link with SLProtocol process.

groupId int

The ID of the protocol group on which delta values are required.

calculationMethodPid uint

The PID of the parameter allowing the user to choose between 'Fast' and 'Accurate' delta calculation methods.

SnmpDeltaHelper(SLProtocol, int, CalculationMethod)

Initializes a new instance of the SnmpDeltaHelper class.
Such instance is used to retrieve delta time between 2 consecutive executions of an SNMP group.

public SnmpDeltaHelper(SLProtocol protocol, int groupId, CalculationMethod calculationMethod = CalculationMethod.Fast)

Parameters

protocol SLProtocol

Link with SLProtocol process.

groupId int

The ID of the protocol group on which delta values are required.

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.