CompactContextSwitchEvent.SwitchOutThreadWaitReason Property

Definition

Gets the reason the thread switching out is in the Waiting state.

public Nullable<Microsoft.Windows.EventTracing.Cpu.KernelWaitReason> SwitchOutThreadWaitReason { get; }
member this.SwitchOutThreadWaitReason : Nullable<Microsoft.Windows.EventTracing.Cpu.KernelWaitReason>
Public ReadOnly Property SwitchOutThreadWaitReason As Nullable(Of KernelWaitReason)

Property Value

Remarks

This value is not present when the thread switching out is the idle thread.

This value is not present unless the state of the thread switching out is Waiting.

Applies to