Table of Contents

Method BufferDelta

Namespace
Skyline.DataMiner.Utils.Rates.Protocol
Assembly
Skyline.DataMiner.Utils.Rates.Protocol.dll

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 SnmpDeltaHelper

An instance of the SnmpDeltaHelper class which will take care of fetching the delta from DataMiner.

rowKey string

Optional 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.