Compartilhar via


BackgroundOperationDelegate Delegar

Definição

Representa um representante que é uma estrutura de dados que faz referência a um método estático ou a uma classe e a um método de instância daquela 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)

Parâmetros

context
IBackgroundOperationContext

Uma interface que representa o representante para execução do método da operação em segundo plano.

Aplica-se a