BackgroundOperationDelegate Delegate

 

Represents a delegate, which is a data structure that refers to a static method or to a class instance and an instance method of that class.

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

public delegate void BackgroundOperationDelegate(
	IBackgroundOperationContext^ context
)

Parameters

context
Type: Microsoft.SqlServer.Management.TaskForms::IBackgroundOperationContext^

An interface that represents the delegate to execute the background operation method.

Return to top
Show: