ContextSwitchEvent.SwitchOutThreadIdealProcessor 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 int SwitchOutThreadIdealProcessor { get; }
member this.SwitchOutThreadIdealProcessor : int
Public ReadOnly Property SwitchOutThreadIdealProcessor As Integer
Property Value
Remarks
This value is truncated to a Byte and thus is not reliable for systems with more than MaxValue processors.