Edit

Share via


ContextSwitchOut.RemainingQuantum Property

Definition

Gets the remaining quantum for the thread switching out.

public Nullable<long> RemainingQuantum { get; }
member this.RemainingQuantum : Nullable<int64>
Public ReadOnly Property RemainingQuantum As Nullable(Of Long)

Property Value

Remarks

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

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

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

Applies to