Gets the name of the thread.

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

Return Value

The name of the thread.

See Also