Editar

Compartir a través de


ContextSwitchCallback Delegate

Definition

Processes correlated context switch data.

public delegate void ContextSwitchCallback(ContextSwitchContext context);
type ContextSwitchCallback = delegate of ContextSwitchContext -> unit
Public Delegate Sub ContextSwitchCallback(context As ContextSwitchContext)

Parameters

context
ContextSwitchContext

The context switch data to process.

Applies to