編輯

共用方式為


IContextSwitchIn.Priority Property

Definition

Gets the priority of the thread switching in.

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

Property Value

Remarks

This value is not present if the thread that was planned to be switched in when the event was logged was not the thread actually switched in by the scheduler.

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

This value is not present when using compact context switch events.

Applies to