ITaskLauncherService 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.
Represents the actions taken and performs the task in the TaskLauncher.
public interface class ITaskLauncherService
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("cd130d5b-269b-4c38-a695-576b250ec613")]
public interface ITaskLauncherService
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("cd130d5b-269b-4c38-a695-576b250ec613")>]
type ITaskLauncherService = interface
Public Interface ITaskLauncherService
- Derived
- Attributes
Methods
PerformAction(String, IContext) |
Instantiates and activates requested action. |
Events
ActionCompleted |
Occurs when the action handler reports that the action is completed. |
Launched |
Occurs after the action is performed. |
Launching |
Occurs before performing the action. |