IContextSwitchEventConsumer.Process(ContextSwitchEventContext) Method
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.
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.