Editar

Compartir a través de


ContextSwitchOut.IdealProcessor Property

Definition

Gets the index of the preferred processor for the thread switching out.

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

Property Value

Remarks

This value is truncated to a Byte and thus is not reliable for systems with more than MaxValue processors.

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

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

Applies to