Editar

Compartir a través de


ContextSwitchIn.ThreadPriorityDecrement Property

Definition

public Nullable<int> ThreadPriorityDecrement { get; }
member this.ThreadPriorityDecrement : Nullable<int>
Public ReadOnly Property ThreadPriorityDecrement 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.

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

See IsKnownActualValue for additional context for interpreting this value.

Applies to