Compartilhar via


ITaskFormBackgroundWorker.PerformBackgroundOperation Método

Definição

Executa a operação em segundo plano usando o thread de trabalho do pool de threads.

public:
 void PerformBackgroundOperation(Microsoft::SqlServer::Management::TaskForms::BackgroundOperationDelegate ^ backgroundOperation, ... cli::array <System::Object ^> ^ arguments);
public void PerformBackgroundOperation (Microsoft.SqlServer.Management.TaskForms.BackgroundOperationDelegate backgroundOperation, params object[] arguments);
abstract member PerformBackgroundOperation : Microsoft.SqlServer.Management.TaskForms.BackgroundOperationDelegate * obj[] -> unit
Public Sub PerformBackgroundOperation (backgroundOperation As BackgroundOperationDelegate, ParamArray arguments As Object())

Parâmetros

backgroundOperation
BackgroundOperationDelegate

O representante da operação.

arguments
Object[]

Um objeto que representa os argumentos da operação.

Aplica-se a