ContextSwitchOut Struct
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.
Represents the thread switching out during a context switch.
public struct ContextSwitchOut
type ContextSwitchOut = struct
Public Structure ContextSwitchOut
- Inheritance
-
ContextSwitchOut
Properties
IdealProcessor |
Gets the index of the preferred processor for the thread switching out. |
IsUserMode |
Gets a value indicating whether the thread switching out is a user mode thread. |
Priority |
Gets the priority of the thread switching out. |
Quantum |
Gets the quantum for the thread switching out. |
Rank |
Gets the rank for the thread switching out. |
RemainingQuantum |
Gets the remaining quantum for the thread switching out. |
ThreadId |
Gets the ID of the thread switching out. |
ThreadQualityOfService |
Gets the quality of service level for the thread switching out. |
ThreadState |
Gets the state of the thread switching out. |
WaitReason |
Gets the reason the thread switching out is in the Waiting state. |