Méthode | Description | |
---|---|---|
ApplyUpdateIfAvailable ( bool showUpdateUserinterface = true, int maximumSearchTimeout = 5 ) : void | ||
ApplyUpdateIfAvailableAsync ( |
||
CheckForUpdatesAsync ( ) : Task |
Check for product updates async (Task based).
|
|
Dispose ( ) : void | ||
UpdateManager ( int maximumTimeout ) : System | ||
UpdateProduct ( IProductUpdate productUpdate ) : Task |
Méthode | Description | |
---|---|---|
CheckForProductUpdate ( |
||
DownloadProductUpdateFile ( IProductUpdate productUpdate ) : IProductUpdate |
public static ApplyUpdateIfAvailable ( bool showUpdateUserinterface = true, int maximumSearchTimeout = 5 ) : void | ||
showUpdateUserinterface | bool | |
maximumSearchTimeout | int | |
Résultat | void |
public static ApplyUpdateIfAvailableAsync ( |
||
updateManager | ||
Résultat | Task |
public UpdateManager ( int maximumTimeout ) : System | ||
maximumTimeout | int | |
Résultat | System |
public UpdateProduct ( IProductUpdate productUpdate ) : Task |
||
productUpdate | IProductUpdate | |
Résultat | Task |