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; }
<DataMemberAttribute>
Public Property ThreadWaitReason As Integer
Get
Set
public:
[DataMemberAttribute]
virtual property int ThreadWaitReason {
int get () sealed;
void set (int value) sealed;
}
[<DataMemberAttribute>]
abstract ThreadWaitReason : int with get, set
[<DataMemberAttribute>]
override ThreadWaitReason : int with get, set
Property Value
Type:
Int32
The thread wait reason.
Implements
IThreadInfoThreadWaitReasonSee Also