Gets the user time spent by 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 GetUserTimeTotal()
Public Function GetUserTimeTotal As Integer
public:
int GetUserTimeTotal()

Return Value

The user time spent by thread since the StreamBase Server started, in microseconds.

See Also