Click or drag to resize

ThreadInfoThreadWaitReason 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
[DataMemberAttribute]
public int ThreadWaitReason { get; set; }

Property Value

Type: Int32
The thread wait reason.

Implements

IThreadInfoThreadWaitReason
See Also