Share via


Thread.Start Method

Starts execution of a thread.

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

Syntax

[MethodImplAttribute]
public void Start ()

Remarks

This method causes the operating system to change the state of the current ThreadState.Running member to indicate that the thread is started. Once started, the thread can be paused by calling the Suspend method and resumed by invoking the Resume method.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Thread Class
Thread Members
System.Threading Namespace