ITaskLauncherService 接口

定义

表示在 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
派生
属性

方法

名称 说明
PerformAction(String, IContext)

实例化并激活请求的动作。

活动

名称 说明
ActionCompleted

当动作处理程序报告动作已完成时发生。

Launched

发生在动作完成后。

Launching

发生在执行动作之前。

适用于