ITaskFormBackgroundWorker.PerformBackgroundOperation 方法

定义

使用来自线程池的工作线程执行后台操作。

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

参数

backgroundOperation
BackgroundOperationDelegate

操作的委托。

arguments
Object[]

表示操作的参数的对象。

适用于