編輯

共用方式為


IContextSwitchIn.WaitTime Property

Definition

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

public Nullable<TimeSpan> WaitTime { get; }
member this.WaitTime : Nullable<TimeSpan>
Public ReadOnly Property WaitTime As Nullable(Of TimeSpan)

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 some older versions of the context switch event.

This value may not always be accurate when using compact context switch events.

Applies to