ITaskFormBackgroundWorker.PerformBackgroundOperation Método

Definición

Realiza la operación en segundo plano usando el hilo worker del pool de hilos.

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

El delegado de la operación.

arguments
Object[]

Un objeto que representa los argumentos de la operación.

Se aplica a