Share via


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

동작을 수행하기 전에 발생합니다.

적용 대상