C# 클래스 Microsoft.HockeyApp.IAppVersionExtensions

Interface for app version.
파일 보기 프로젝트 열기: bitstadium/HockeySDK-Windows

공개 메소드들

메소드 설명
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