IContextSwitchOut.Quantum 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 quantum for the thread switching out.
public Nullable<int> Quantum { get; }
member this.Quantum : Nullable<int>
Public ReadOnly Property Quantum As Nullable(Of Integer)
Property Value
Remarks
This value is only present in the oldest version of the context switch event.
This value is not present when using compact context switch events.