Editar

Compartir a través de


ContextSwitchIn.IsWaitTimeKnownActualValue Property

Definition

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.

Applies to