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

アクションを行う前に発生します。

適用対象