Méthode | Description | |
---|---|---|
CancelDownload ( ) : void |
Cancels the download.
|
|
DownloadUpdate ( ) : System.Threading.Tasks.Task |
Downloads the update.
|
|
IsUpdateAvailable ( ) : Task |
Determines whether an update is available.
|
|
UpdateHandler ( ) : System |
Initializes a new instance of the UpdateHandler class.
|
Méthode | Description | |
---|---|---|
OnUpdateDownloadCompleted ( UpdateDownloadCompletedArgs e ) : void |
Called when the update download was completed.
|
|
OnUpdateDownloadProgressChanged ( UpdateDownloadProgressChangedArgs e ) : void |
Called when the update download progress changed.
|
Méthode | Description | |
---|---|---|
GetAssemblyVersion ( ) : System.Version | ||
ParseVersion ( string versionText ) : System.Version | ||
StartUpdate ( ) : void |
public DownloadUpdate ( ) : System.Threading.Tasks.Task | ||
Résultat | System.Threading.Tasks.Task |
protected OnUpdateDownloadCompleted ( UpdateDownloadCompletedArgs e ) : void | ||
e | UpdateDownloadCompletedArgs | The args. |
Résultat | void |
protected OnUpdateDownloadProgressChanged ( UpdateDownloadProgressChangedArgs e ) : void | ||
e | UpdateDownloadProgressChangedArgs | The args. |
Résultat | void |