ITaskManagementService Interface
Initializes a new instance of the ITaskManagementService interface.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
| Name | Description | |
|---|---|---|
![]() | ActionHandlers | Gets the dictionary of all action handlers known by the system. |
![]() | Actions | Gets the dictionary of the actions known by the service. |
| Name | Description | |
|---|---|---|
![]() | PerformAction(String^, IContext^) | Instantiates and activates requested action.(Inherited from ITaskLauncherService.) |
| Name | Description | |
|---|---|---|
![]() | ActionCompleted | Occurs when the action handler reports that the action is completed.(Inherited from ITaskLauncherService.) |
![]() | Launched | Occurs after the action is performed.(Inherited from ITaskLauncherService.) |
![]() | Launching | Occurs before performing the action.(Inherited from ITaskLauncherService.) |
Show:


