C# 클래스 withSIX.Mini.Infra.Data.Services.SteamHelperRunner

상속: ISteamHelperRunner, IInfrastructureService
파일 보기 프로젝트 열기: SIXNetworks/withSIX.Desktop 1 사용 예제들

공개 메소드들

메소드 설명
GetHelperParameters ( string command, uint appId ) : IEnumerable
RunHelperInternal ( CancellationToken cancelToken, IEnumerable parameters, string>.Action standardOutputAction, string>.Action standardErrorAction ) : Task

비공개 메소드들

메소드 설명
GetHelperExecutable ( ) : IAbsoluteFilePath
ProcessExitResult ( ProcessExitResult r ) : void

메소드 상세

GetHelperParameters() 공개 메소드

public GetHelperParameters ( string command, uint appId ) : IEnumerable
command string
appId uint
리턴 IEnumerable

RunHelperInternal() 공개 메소드

public RunHelperInternal ( CancellationToken cancelToken, IEnumerable parameters, string>.Action standardOutputAction, string>.Action standardErrorAction ) : Task
cancelToken System.Threading.CancellationToken
parameters IEnumerable
standardOutputAction string>.Action
standardErrorAction string>.Action
리턴 Task