ITaskLauncherService Interface

 

Represents the actions taken and performs the task in the TaskLauncher.

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

[ComVisibleAttribute(true)]
[GuidAttribute("cd130d5b-269b-4c38-a695-576b250ec613")]
public interface class ITaskLauncherService

NameDescription
System_CAPS_pubmethodPerformAction(String^, IContext^)

Instantiates and activates requested action.

NameDescription
System_CAPS_pubeventActionCompleted

Occurs when the action handler reports that the action is completed.

System_CAPS_pubeventLaunched

Occurs after the action is performed.

System_CAPS_pubeventLaunching

Occurs before performing the action.

Return to top
Show: