C# Класс withSIX.Core.Applications.Services.DownloadAndInstaller

Показать файл Открыть проект

Открытые методы

Метод Описание
DownloadAndInstall ( ) : System.Threading.Tasks.Task
DownloadAndInstaller ( IFileDownloader downloader, StatusRepo statusRepo, string file, IAbsoluteDirectoryPath destination, IRestarter restarter ) : System

Приватные методы

Метод Описание
DeleteSourceFileIfExists ( ) : void
PerformDownload ( ) : System.Threading.Tasks.Task
PerformUnpack ( ) : System.Threading.Tasks.Task
PreConditions ( ) : Task

Описание методов

DownloadAndInstall() публичный Метод

public DownloadAndInstall ( ) : System.Threading.Tasks.Task
Результат System.Threading.Tasks.Task

DownloadAndInstaller() публичный Метод

public DownloadAndInstaller ( IFileDownloader downloader, StatusRepo statusRepo, string file, IAbsoluteDirectoryPath destination, IRestarter restarter ) : System
downloader IFileDownloader
statusRepo StatusRepo
file string
destination IAbsoluteDirectoryPath
restarter IRestarter
Результат System