BackgroundOperationDelegate Delegado

Definición

Representa un delegado, que es una estructura de datos que hace referencia a un método estático o a una instancia de clase y un método de instancia de esa clase.

public delegate void BackgroundOperationDelegate(IBackgroundOperationContext ^ context);
public delegate void BackgroundOperationDelegate(IBackgroundOperationContext context);
type BackgroundOperationDelegate = delegate of IBackgroundOperationContext -> unit
Public Delegate Sub BackgroundOperationDelegate(context As IBackgroundOperationContext)

Parámetros

context
IBackgroundOperationContext

Interfaz que representa el delegado para ejecutar el método de operación de fondo.

Se aplica a