BackgroundOperationDelegate Delegato

Definizione

Rappresenta un delegato, ovvero una struttura dei dati che fa riferimento a un metodo statico o a un'istanza della classe, nonché a un metodo di istanza di tale classe.

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)

Parametri

context
IBackgroundOperationContext

Interfaccia che rappresenta il delegato per eseguire il metodo dell'operazione in background.

Si applica a