ITaskFormBackgroundWorker.PerformBackgroundOperation Methode

Definition

Führt den Hintergrundvorgang mithilfe des Arbeitsthreads aus dem Threadpool aus.

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

Parameter

backgroundOperation
BackgroundOperationDelegate

Der Delegate für den Vorgang.

arguments
Object[]

Ein Objekt, das die Argumente des Vorgangs darstellt.

Gilt für: