Edit

Share via


IContextSwitchOut.Priority Property

Definition

Gets the priority of the thread switching out.

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 when the thread switching out is the idle thread.

Applies to