Return a list of all thread names.

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<string> ThreadNames()
Public Function ThreadNames As ICollection(Of String)
public:
ICollection<String^>^ ThreadNames()

Return Value

a list of all thread names.

See Also