Thread::Start Method

 

Causes a thread to be scheduled for execution.

Namespace:   System.Threading
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodStart()

Causes the operating system to change the state of the current instance to ThreadState::Running.

System_CAPS_pubmethodStart(Object^)

Causes the operating system to change the state of the current instance to ThreadState::Running, and optionally supplies an object containing data to be used by the method the thread executes.

Return to top
Show: