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,
	bool autoStartThread
)
Visual Basic
Public Sub New ( _
	threadName As String, _
	autoStartThread As Boolean _
)
Visual C++
public:
ThreadBase(
	String^ threadName, 
	bool autoStartThread
)

Parameters

threadName
Type: System..::..String
autoStartThread
Type: System..::..Boolean

See Also