Returns the total number of threads running in the JVM (including non-StreamBase threads)

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 GetTotalNumberOfThreads()
Public Function GetTotalNumberOfThreads As Integer
public:
int GetTotalNumberOfThreads()

Return Value

The total number of threads running in the JVM.

See Also