Set SNMP version 3 agent engine time related values.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)

Syntax

C#
public void SetEngineTime(
	int engineTime,
	int engineBoots
)
Visual Basic (Declaration)
Public Sub SetEngineTime ( _
	engineTime As Integer, _
	engineBoots As Integer _
)
Visual C++
public:
void SetEngineTime(
	int engineTime, 
	int engineBoots
)

Parameters

engineTime
Type: System..::.Int32
SNMP version 3 agent engine time value
engineBoots
Type: System..::.Int32
SNMP version 3 agent engine boot value

See Also