ITaskLauncherService.PerformAction(String, IContext) Method

Definition

Instantiates and activates requested action.

public:
 Microsoft::SqlServer::Management::Data::IContext ^ PerformAction(System::String ^ actionMoniker, Microsoft::SqlServer::Management::Data::IContext ^ context);
public Microsoft.SqlServer.Management.Data.IContext PerformAction (string actionMoniker, Microsoft.SqlServer.Management.Data.IContext context);
abstract member PerformAction : string * Microsoft.SqlServer.Management.Data.IContext -> Microsoft.SqlServer.Management.Data.IContext
Public Function PerformAction (actionMoniker As String, context As IContext) As IContext

Parameters

actionMoniker
String

A string that represents the name of the action.

context
IContext

The specified context.

Returns

The requested action.

Applies to