Gets the system time spent by this thread since the StreamBase Server started, in microseconds.

Namespace: StreamBase.SB.Monitor
Assembly: StreamBase.SB.Monitor (in StreamBase.SB.Monitor.dll) Version: 7.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int SystemTimeTotal { get; internal set; }
Public Property SystemTimeTotal As Integer
	Get
	Friend Set
public:
property int SystemTimeTotal {
	int get ();
	internal: void set (int value);
}

See Also