Edit

Share via


ContextSwitchIn Struct

Definition

Represents the thread switching in during a context switch.

public struct ContextSwitchIn
type ContextSwitchIn = struct
Public Structure ContextSwitchIn
Inheritance
ContextSwitchIn

Properties

IsKnownActualValue

Gets a value that indicates whether data about the thread switching in is based on an actual value rather than a planned value.

IsWaitTimeKnownActualValue

Gets a value that indicates whether WaitTime based on an actual value rather than a planned value.

Priority

Gets the priority of the thread switching in.

Quantum

Gets the quantum for the thread switching in.

ThreadId

Gets the ID of the thread switching in.

ThreadPriorityDecrement
ThreadQualityOfService

Gets the quality of service level for the thread currently planned to be switched in.

WaitTime

Gets the wait time for the thread currently planned to be switched in.

Applies to