C# Class withSIX.Core.Applications.Services.FilesInstaller

Datei anzeigen Open project: SIXNetworks/withSIX.Desktop

Protected Methods

Method Description
DownloadAndInstall ( StatusRepo statusRepo, string file, IAbsoluteDirectoryPath destination ) : System.Threading.Tasks.Task
FilesInstaller ( IFileDownloader downloader, IRestarter restarter ) : System

Method Details

DownloadAndInstall() protected method

protected DownloadAndInstall ( StatusRepo statusRepo, string file, IAbsoluteDirectoryPath destination ) : System.Threading.Tasks.Task
statusRepo StatusRepo
file string
destination IAbsoluteDirectoryPath
return System.Threading.Tasks.Task

FilesInstaller() protected method

protected FilesInstaller ( IFileDownloader downloader, IRestarter restarter ) : System
downloader IFileDownloader
restarter IRestarter
return System