ITaskFormBackgroundWorker.PerformBackgroundOperation Method

Definition

Performs the background operation using the worker thread from the thread pool.

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

Parameters

backgroundOperation
BackgroundOperationDelegate

The delegate for the operation.

arguments
Object[]

An object that represents the arguments of the operation.

Applies to