C# Class AppUpdater.UpdateManager

Inheritance: IUpdateManager
Afficher le fichier Open project: diogomafra/AppUpdater

Méthodes publiques

Méthode Description
CheckForUpdate ( ) : UpdateInfo
DoUpdate ( UpdateInfo updateInfo ) : void
Initialize ( ) : void
UpdateManager ( IUpdateServer updateServer, ILocalStructureManager localStructureManager, IUpdaterChef updaterChef ) : System

Private Methods

Méthode Description
DeleteOldVersions ( ) : void

Method Details

CheckForUpdate() public méthode

public CheckForUpdate ( ) : UpdateInfo
Résultat UpdateInfo

DoUpdate() public méthode

public DoUpdate ( UpdateInfo updateInfo ) : void
updateInfo UpdateInfo
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

UpdateManager() public méthode

public UpdateManager ( IUpdateServer updateServer, ILocalStructureManager localStructureManager, IUpdaterChef updaterChef ) : System
updateServer IUpdateServer
localStructureManager ILocalStructureManager
updaterChef IUpdaterChef
Résultat System