Table of Contents

Method GetDelta

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

GetDelta(string)

Retrieves the delta.

public TimeSpan? GetDelta(string rowKey = null)

Parameters

rowKey string

In case the delta calculation method is set to 'Accurate', allows to define the Primary Key of the table row for which a delta is required.

Returns

TimeSpan?

TimeSpan elapsed between the last 2 executions of a given SNMP group.