C# Class AppUpdater.UpdateManager

Inheritance: IUpdateManager
Datei anzeigen Open project: diogomafra/AppUpdater

Public Methods

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

Private Methods

Method Description
DeleteOldVersions ( ) : void

Method Details

CheckForUpdate() public method

public CheckForUpdate ( ) : UpdateInfo
return UpdateInfo

DoUpdate() public method

public DoUpdate ( UpdateInfo updateInfo ) : void
updateInfo UpdateInfo
return void

Initialize() public method

public Initialize ( ) : void
return void

UpdateManager() public method

public UpdateManager ( IUpdateServer updateServer, ILocalStructureManager localStructureManager, IUpdaterChef updaterChef ) : System
updateServer IUpdateServer
localStructureManager ILocalStructureManager
updaterChef IUpdaterChef
return System