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 ThreadWaitReason As Integer
Get
Set
property int ThreadWaitReason {
int get ();
void set (int value);
}
abstract ThreadWaitReason : int with get, set
Property Value
Type:
Int32
The thread wait reason.
See Also