ITaskLauncherService 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
수행한 동작을 표시하고 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 |
동작을 수행하기 전에 발생합니다. |