ContextSwitchIn.IsWaitTimeKnownActualValue 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 a value that indicates whether WaitTime based on an actual value rather than a planned value.
public bool IsWaitTimeKnownActualValue { get; }
member this.IsWaitTimeKnownActualValue : bool
Public ReadOnly Property IsWaitTimeKnownActualValue As Boolean
Property Value
Remarks
When this value is true
, the WaitTime provided by this event is known to be based on the thread that actually switched in.
When this value is false
, WaitTime is based on the thread that is planned to be switched in at the time the event is logged, but occasionally a last-moment change results in another thread actually switching in instead, in which case WaitTime is not accurate.
When using compact context switch events, this property is always false
.