[TIBCO.EMS .NET Admin client library 8.1 documentation]

Get the server uptime.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public long UpTime { get; }
Public ReadOnly Property UpTime As Long
public:
property long long UpTime {
	long long get ();
}

Return Value

the server uptime in milliseconds.

Remarks

Uptime is how long this invocation of the server has been running.

See Also