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

Afficher le fichier Open project: SIXNetworks/withSIX.Desktop

Méthodes protégées

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

Method Details

DownloadAndInstall() protected méthode

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

FilesInstaller() protected méthode

protected FilesInstaller ( IFileDownloader downloader, IRestarter restarter ) : System
downloader IFileDownloader
restarter IRestarter
Résultat System