IContextSwitchOut.IdealProcessor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.