CompactContextSwitchEvent.SwitchOutThreadPriority Property

Definition

Gets the priority of the thread switching out.

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

Property Value

Remarks

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

Applies to