ContextSwitch.Create 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.
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
- source
- CompactContextSwitchEvent
- 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
- source
- ContextSwitchEvent
- nextOnProcessor
- ContextSwitchEvent