ContextSwitchIn.WaitTime Property
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.
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.
See IsWaitTimeKnownActualValue for additional context for interpreting this value.