ITaskFormBackgroundWorker Interface

 

Represents the worker thread that performs the background operation.

Namespace:   Microsoft.SqlServer.Management.TaskForms
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

public interface class ITaskFormBackgroundWorker

NameDescription
System_CAPS_pubmethodPerformBackgroundOperation(BackgroundOperationDelegate^, array<Object^>^)

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

Return to top
Show: