編輯

共用方式為


ContextSwitchEvent.SwitchInThreadQualityOfService Property

Definition

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

public Nullable<Microsoft.Windows.EventTracing.Cpu.QualityOfServiceLevel> SwitchInThreadQualityOfService { get; }
member this.SwitchInThreadQualityOfService : Nullable<Microsoft.Windows.EventTracing.Cpu.QualityOfServiceLevel>
Public ReadOnly Property SwitchInThreadQualityOfService As Nullable(Of QualityOfServiceLevel)

Property Value

Remarks

The SwitchInThread used by this event is planned, but occasionally a last-moment change results in another thread actually switching in instead, in which case this property is not accurate.

This value is not present in some older versions of the context switch event.

Applies to