  | ThreadClass Constructor (ThreadStart) | 
            Initializes a new instance of the Thread class.
            
 
Namespace: AsterNET.UtilAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ThreadClass(
	ThreadStart start
)
Public Sub New ( 
	start As ThreadStart
)
public:
ThreadClass(
	ThreadStart^ start
)
new : 
        start : ThreadStart -> ThreadClassParameters
- start
 - Type: System.ThreadingThreadStart
A ThreadStart delegate that references the methods to be invoked when this thread begins executing 
See Also