Set engine time and boots values
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public void SetEngineTime(
int engineBoots,
int engineTime
) |
| Visual Basic |
|---|
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