Initializes a new instance of the ThreadBase class

Namespace: UnityThreading
Assembly: UnityThreading (in UnityThreading.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public ThreadBase(
	string threadName
)
Visual Basic
Public Sub New ( _
	threadName As String _
)
Visual C++
public:
ThreadBase(
	String^ threadName
)

Parameters

threadName
Type: System..::..String

See Also