ContextSwitchEvent.SwitchInThreadId Property

Definition

Gets the ID of the thread currently planned to be switched in.

public int SwitchInThreadId { get; }
member this.SwitchInThreadId : int
Public ReadOnly Property SwitchInThreadId As Integer

Property Value

Remarks

The SwitchInThread logged by this event is planned, but occasionally a last-moment change results in another thread actually switching in instead, in which case this property is not accurate.

Applies to