ThreadState (System.Threading.ThreadState)

Inherits: System.Enum

Interfaces: IComparable, IFormattable, IConvertible

Derived Types: 0

Assembly: mscorlib.dll

Specifies the execution states of a Thread.

VB.NET C#

C#

public enum struct ThreadState : System.IComparable, System.IFormattable, System.IConvertible
{
}

Articles

Mono Documentation

For the duration of its existence, a thread is always in one or more of the states defined by System.Threading.ThreadState . A scheduling priority level, as defined by ...

Mono Documentation

Mono Class Library : System.Threading Namespace System.Threading.ThreadState Enumeration ... System.Runtime.InteropServices.ComVisible(true)] [System.Flags] public ...

MBR IT/.NET 247 : System.Threading Namespace [Details]

System.Threading.ThreadState: System.Threading.ThreadStateException: System.Threading.Timeout ... Bespoke Software? Commission Matthew Baxter-Reynolds and his team for your ...

MBR IT/.NET 247 : System.Threading.ThreadState Enumeration [Articles]

.NET Diagnostics - II, A Threads Monitoring Application: The Code Project: This is the second article in a series of showing how System.Diagnostics classes in .NET SDK can be used ...

ServiceBase Class (System.ServiceProcess)

... Start a separate thread that does the actual work. if ((workerThread == null ) || ((workerThread.ThreadState & (System.Threading.ThreadState ...

ServiceBase Class (System.ServiceProcess)

... Start a separate thread that does the actual work. if ((workerThread == null ) || ((workerThread.ThreadState & (System.Threading.ThreadState ...

System.Threading.Thread Class

Until System.Threading.Thread.Start is called, the thread's state includes System.Threading.ThreadState.Unstarted. See Also System.Threading.Thread Class , System.Threading ...

System.Threading.ThreadState Enum

Base Types Object ValueType Enum ThreadState. Assembly mscorlib Library BCL Summary Specifies the execution states of a Thread . Description

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support