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
衍生
屬性

方法

名稱 Description
PerformAction(String, IContext)

實例化並啟動所請求的行動。

事件

名稱 Description
ActionCompleted

當動作處理器回報動作已完成時。

Launched

發生在動作完成後。

Launching

在執行動作前發生。

適用於