ContextSwitch.Create Method

Definition

Overloads

Create(CompactContextSwitchEvent, CompactContextSwitchEvent)
Create(ContextSwitchEvent, ContextSwitchEvent)

Create(CompactContextSwitchEvent, CompactContextSwitchEvent)

public static Microsoft.Windows.EventTracing.Cpu.ContextSwitch Create (Microsoft.Windows.EventTracing.Cpu.CompactContextSwitchEvent source, Microsoft.Windows.EventTracing.Cpu.CompactContextSwitchEvent nextOnProcessor);
static member Create : Microsoft.Windows.EventTracing.Cpu.CompactContextSwitchEvent * Microsoft.Windows.EventTracing.Cpu.CompactContextSwitchEvent -> Microsoft.Windows.EventTracing.Cpu.ContextSwitch
Public Shared Function Create (source As CompactContextSwitchEvent, nextOnProcessor As CompactContextSwitchEvent) As ContextSwitch

Parameters

nextOnProcessor
CompactContextSwitchEvent

Returns

Applies to

Create(ContextSwitchEvent, ContextSwitchEvent)

public static Microsoft.Windows.EventTracing.Cpu.ContextSwitch Create (Microsoft.Windows.EventTracing.Cpu.ContextSwitchEvent source, Microsoft.Windows.EventTracing.Cpu.ContextSwitchEvent nextOnProcessor);
static member Create : Microsoft.Windows.EventTracing.Cpu.ContextSwitchEvent * Microsoft.Windows.EventTracing.Cpu.ContextSwitchEvent -> Microsoft.Windows.EventTracing.Cpu.ContextSwitch
Public Shared Function Create (source As ContextSwitchEvent, nextOnProcessor As ContextSwitchEvent) As ContextSwitch

Parameters

nextOnProcessor
ContextSwitchEvent

Returns

Applies to