Set engine time and boots values
Namespace:
SnmpSharpNet
Assembly:
SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| | | | | | | | | |
| | C# | | | Visual Basic | | | Visual C++ | |
public void SetEngineTime(
int engineBoots,
int engineTime
)
Public Sub SetEngineTime ( _
engineBoots As Integer, _
engineTime As Integer _
)
public:
void SetEngineTime(
int engineBoots,
int engineTime
)
Parameters
- engineBoots
- Int32
Authoritative engine boots value retrived from the agent during discovery procedure.
- engineTime
- Int32
Engine time value.
See Also