ITaskFormBackgroundWorker.PerformBackgroundOperation Metodo

Definizione

Esegue l'operazione in background tramite il thread di lavoro nel pool di thread.

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())

Parametri

backgroundOperation
BackgroundOperationDelegate

Delegato per l'operazione.

arguments
Object[]

Oggetto che rappresenta gli argomenti dell'operazione.

Si applica a