dCsharp

ThreadClass Constructor (ThreadStart)

Initializes a new instance of the Thread class.

public ThreadClass(
   ThreadStart Start
);

Parameters

Start
A ThreadStart delegate that references the methods to be invoked when this thread begins executing

See Also

ThreadClass Class | edu.neu.ccs.demeter.dCsharp Namespace | ThreadClass Constructor Overload List