C# 클래스 withSIX.Core.Presentation.Bridge.Services.ProcessManager.AsyncWaitForExitHandler

상속: IDisposable
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop

공개 메소드들

메소드 설명
AsyncWaitForExitHandler ( Process process, CancellationToken cancellationToken = default(CancellationToken) ) : System
Dispose ( ) : void
WaitForExit ( ) : Task

비공개 메소드들

메소드 설명
Exited ( object sender, EventArgs eventArgs ) : void
OnProcessOnErrorDataReceived ( object sender, DataReceivedEventArgs e ) : void
OnProcessOnOutputDataReceived ( object sender, DataReceivedEventArgs e ) : void
SetupError ( ) : void
SetupOutput ( ) : void

메소드 상세

AsyncWaitForExitHandler() 공개 메소드

public AsyncWaitForExitHandler ( Process process, CancellationToken cancellationToken = default(CancellationToken) ) : System
process System.Diagnostics.Process
cancellationToken System.Threading.CancellationToken
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

WaitForExit() 공개 메소드

public WaitForExit ( ) : Task
리턴 Task