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