IPWorks SNMP 2020 .NET Edition

Questions / Feedback?

SysUpTime Property

Time passed since the agent was initialized (in hundredths of a second).

Syntax

public long SysUpTime { get; set; }
Public Property SysUpTime As Long

Default Value

0

Remarks

This property is used when sending SNMP traps, and it normally provides the time since the system was restarted in 1/100s of a second.

If another value is desired, you may set this property to a custom value. From that point on, SysUpTime will return the value set plus time elapsed.

This property is not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 .NET Edition - Version 20.0 [Build 8202]