Table of Contents

Method IsSnmpAgentRestarted

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

IsSnmpAgentRestarted(double)

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

public bool IsSnmpAgentRestarted(double sysUptime)

Parameters

sysUptime double

The last known value of the sysUptime SNMP parameter (in seconds).

Returns

bool

true if the data source SNMP Agent has restarted since last time sysUptime SNMP parameter was polled. Otherwise, false.