Share via


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)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("cd130d5b-269b-4c38-a695-576b250ec613")> _
Public Interface ITaskLauncherService
'Usage
Dim instance As ITaskLauncherService
[ComVisibleAttribute(true)]
[GuidAttribute("cd130d5b-269b-4c38-a695-576b250ec613")]
public interface ITaskLauncherService
[ComVisibleAttribute(true)]
[GuidAttribute(L"cd130d5b-269b-4c38-a695-576b250ec613")]
public interface class ITaskLauncherService
[<ComVisibleAttribute(true)>]
[<GuidAttribute("cd130d5b-269b-4c38-a695-576b250ec613")>]
type ITaskLauncherService =  interface end
public interface ITaskLauncherService

The ITaskLauncherService type exposes the following members.

Methods

  Name Description
Public method PerformAction Instantiates and activates requested action.

Top

Events

  Name Description
Public event ActionCompleted Occurs when the action handler reports that the action is completed.
Public event Launched Occurs after the action is performed.
Public event Launching Occurs before performing the action.

Top