ITaskManagementService Interface

 

Initializes a new instance of the ITaskManagementService interface.

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

[GuidAttribute("c45268a4-eb74-46cd-aaa3-7a14ba338a39")]
[ComVisibleAttribute(true)]
public interface class ITaskManagementService : ITaskLauncherService

NameDescription
System_CAPS_pubpropertyActionHandlers

Gets the dictionary of all action handlers known by the system.

System_CAPS_pubpropertyActions

Gets the dictionary of the actions known by the service.

NameDescription
System_CAPS_pubmethodPerformAction(String^, IContext^)

Instantiates and activates requested action.(Inherited from ITaskLauncherService.)

NameDescription
System_CAPS_pubeventActionCompleted

Occurs when the action handler reports that the action is completed.(Inherited from ITaskLauncherService.)

System_CAPS_pubeventLaunched

Occurs after the action is performed.(Inherited from ITaskLauncherService.)

System_CAPS_pubeventLaunching

Occurs before performing the action.(Inherited from ITaskLauncherService.)

Return to top
Show: