Table of Contents

Class SnmpHelper

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

Helper class allowing to determine if an SNMP Agent has restarted.

public class SnmpHelper
Inheritance
SnmpHelper
Extension Methods

Methods

BufferDelta(string)

Used to buffer the delta (TimeSpan) between 2 executions of the same group whenever the group execution times-out.

FromJsonString(string, SnmpDeltaHelper)

Deserializes a JSON string to a SnmpHelper instance.

IsSnmpAgentRestarted(double)

Allows to know whether the SNMP Agent of the data source has restarted since last time we polled the sysUptime SNMP parameter.

ToJsonString()

Serializes the currently buffered data of this SnmpHelper instance.