Return a collection of all the ThreadInfo objects.

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 ICollection<ThreadInfo> ThreadInfos()
Public Function ThreadInfos As ICollection(Of ThreadInfo)
public:
ICollection<ThreadInfo^>^ ThreadInfos()

Return Value

a collection of all the ThreadInfo objects.

See Also