編輯

共用方式為


ContextSwitchEvent.SwitchInThreadPriorityDecrement Property

Definition

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

Property Value

Remarks

The SwitchInThread used by this event is planned, but occasionally a last-moment change results in another thread actually switching in instead, in which case this property is not accurate.

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

Applies to