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

在执行操作前发生。

适用于