編輯

共用方式為


IContextSwitchIn.ThreadQualityOfService Property

Definition

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

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

Property Value

Remarks

This value is not present if the thread that was planned to be switched in when the event was logged was not the thread actually switched in by the scheduler.

This value is not present when the thread switching in is the idle thread.

This value is not present when using compact context switch events.

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

Applies to