C# Класс Microsoft.HockeyApp.IAppVersionExtensions

Interface for app version.
Показать файл Открыть проект

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

Метод Описание
DownloadMsi ( this @this, bool>.Func progress = null, System.Action completed = null ) : Task

Downloads the new version to a temporary folder and provides the generated filename. The progress delegate returns, if the download process should be canceled. Return false, if not.

InstallVersion ( this @this ) : void

Installs the app. If not downloaded, the download will start implicitly. After starting the install process a call to Environment.Exit is done.

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

DownloadMsi() публичный статический Метод

Downloads the new version to a temporary folder and provides the generated filename. The progress delegate returns, if the download process should be canceled. Return false, if not.
public static DownloadMsi ( this @this, bool>.Func progress = null, System.Action completed = null ) : Task
@this this
progress bool>.Func The progress.
completed System.Action callbakc when download is completed.
Результат Task

InstallVersion() публичный статический Метод

Installs the app. If not downloaded, the download will start implicitly. After starting the install process a call to Environment.Exit is done.
public static InstallVersion ( this @this ) : void
@this this
Результат void