Validate agents engine time. Valid engine time value is time that has been initialized to
a value other then default (DateTime.MinValue is default set in the constructor) and that
has been updated in the last 10 times the SNMP v3 timely window (150 seconds). In other words,
valid time is any time value in the last 1500 seconds (or 25 minutes).
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public bool ValidateEngineTime() |
| Visual Basic (Declaration) |
|---|
Public Function ValidateEngineTime As Boolean |
| Visual C++ |
|---|
public: bool ValidateEngineTime() |