C# 클래스 ttaenc.ProcessExtensions

파일 보기 프로젝트 열기: sidiandi/ttaudio

공개 메소드들

메소드 설명
WaitForExitAsync ( this process, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Waits asynchronously for the process to exit.

메소드 상세

WaitForExitAsync() 공개 정적인 메소드

Waits asynchronously for the process to exit.
public static WaitForExitAsync ( this process, CancellationToken cancellationToken = default(CancellationToken) ) : Task
process this The process to wait for cancellation.
cancellationToken System.Threading.CancellationToken A cancellation token. If invoked, the task will return /// immediately as canceled and the process will be killed.
리턴 Task