C# Class withSIX.Steam.Presentation.Commands.InstallCommand

Inheritance: BaseSteamCommand
Exibir arquivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
InstallCommand ( ISteamSessionFactory factory, ISteamDownloader steamDownloader, ISteamApi steamApi ) : System

Protected Methods

Method Description
RunAsync ( string pIds ) : Task

Private Methods

Method Description
PerformActions ( IEnumerable pIds ) : System.Threading.Tasks.Task
ProcessContent ( bool>.Tuple act ) : System.Threading.Tasks.Task

Method Details

InstallCommand() public method

public InstallCommand ( ISteamSessionFactory factory, ISteamDownloader steamDownloader, ISteamApi steamApi ) : System
factory ISteamSessionFactory
steamDownloader ISteamDownloader
steamApi ISteamApi
return System

RunAsync() protected method

protected RunAsync ( string pIds ) : Task
pIds string
return Task