編輯

共用方式為


ContextSwitchEvent.SwitchOutThreadRank Property

Definition

Gets the rank for the thread switching out.

public Nullable<int> SwitchOutThreadRank { get; }
member this.SwitchOutThreadRank : Nullable<int>
Public ReadOnly Property SwitchOutThreadRank As Nullable(Of Integer)

Property Value

Remarks

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

This value is not present in some older versions of the context switch event.

Applies to