Click or drag to resize
ThreadClass Constructor (ThreadStart, String)
Initializes a new instance of the Thread class.

Namespace: AsterNET.Util
Assembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ThreadClass(
	ThreadStart start,
	string name
)

Parameters

start
Type: System.ThreadingThreadStart
A ThreadStart delegate that references the methods to be invoked when this thread begins executing
name
Type: SystemString
The name of the thread
See Also