Method BufferDelta
BufferDelta(SnmpDeltaHelper, string)
Used to buffer the delta (TimeSpan) between 2 executions of the same group whenever the group execution times-out.
public void BufferDelta(SnmpDeltaHelper deltaHelper, string rowKey = null)
Parameters
deltaHelper
SnmpDeltaHelperAn instance of the SnmpDeltaHelper class which will take care of fetching the delta from DataMiner.
rowKey
stringOptional argument to be used when buffering delta for an SNMP table.
In that case, the primary key of the table row is to be provided.