System.Threading.ThreadState.WaitSleepJoin Field

The thread is blocked. This could be the result of calling Thread.Sleep(int) or Thread.Join, of requesting a lock — for example, by calling Monitor.Enter(object) or Monitor.Wait(object, int, bool) — or of waiting on a thread synchronization object such as System.Threading.ManualResetEvent.

Value: WaitSleepJoin

Syntax

ThreadState WaitSleepJoin

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0