Edit

Share via


IContextSwitchEventConsumer.Process(ContextSwitchEventContext) Method

Definition

Processes a context switch event.

public void Process (Microsoft.Windows.EventTracing.Cpu.ContextSwitchEventContext eventContext);
abstract member Process : Microsoft.Windows.EventTracing.Cpu.ContextSwitchEventContext -> unit
Public Sub Process (eventContext As ContextSwitchEventContext)

Parameters

eventContext
ContextSwitchEventContext

The context switch event to process.

Applies to