Click or drag to resize

IThreadInfoThreadWaitReason Property

Win32_PerfRawData_PerfProc_Thread: This property is only applicable when the thread is in the Wait state. For more information, see the ThreadState property.

Namespace:  Xcalibur.Models.Processes
Assembly:  Xcalibur.Models (in Xcalibur.Models.dll) Version: 1.0.5.0 (1.0.0.0)
Syntax
int ThreadWaitReason { get; set; }

Property Value

Type: Int32
The thread wait reason.
See Also