C# Class withSIX.Mini.Infra.Data.Services.SteamHelperRunner

Inheritance: ISteamHelperRunner, IInfrastructureService
Afficher le fichier Open project: SIXNetworks/withSIX.Desktop Class Usage Examples

Méthodes publiques

Méthode Description
GetHelperParameters ( string command, uint appId ) : IEnumerable
RunHelperInternal ( CancellationToken cancelToken, IEnumerable parameters, string>.Action standardOutputAction, string>.Action standardErrorAction ) : Task

Private Methods

Méthode Description
GetHelperExecutable ( ) : IAbsoluteFilePath
ProcessExitResult ( ProcessExitResult r ) : void

Method Details

GetHelperParameters() public méthode

public GetHelperParameters ( string command, uint appId ) : IEnumerable
command string
appId uint
Résultat IEnumerable

RunHelperInternal() public méthode

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
Résultat Task