ITaskManagementService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ITaskManagementService interface.
public interface class ITaskManagementService : Microsoft::SqlServer::Management::ITaskLauncherService
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("c45268a4-eb74-46cd-aaa3-7a14ba338a39")]
public interface ITaskManagementService : Microsoft.SqlServer.Management.ITaskLauncherService
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("c45268a4-eb74-46cd-aaa3-7a14ba338a39")>]
type ITaskManagementService = interface
interface ITaskLauncherService
Public Interface ITaskManagementService
Implements ITaskLauncherService
- Attributes
- Implements
Properties
ActionHandlers |
Gets the dictionary of all action handlers known by the system. |
Actions |
Gets the dictionary of the actions known by the service. |
Methods
PerformAction(String, IContext) |
Instantiates and activates requested action. (Inherited from ITaskLauncherService) |
Events
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) |