Gets the system time spent by thread since the last Snapshot, 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 GetSystemTimeDelta()
Public Function GetSystemTimeDelta As Integer
public:
int GetSystemTimeDelta()

Return Value

The system time spent by thread since the last Snapshot, in microseconds.

See Also