C# Class SevenUpdate.Admin.WcfServiceCallback

Inheritance: IElevatedProcess
Afficher le fichier Open project: robertbaker/SevenUpdate

Méthodes publiques

Méthode Description
AddApp ( Sua application ) : void

Adds an application to Seven Update, so it can manage updates for it.

ChangeSettings ( Collection applications, Config options, bool autoCheck ) : void

Changes the program settings.

HideUpdate ( Suh hiddenUpdate ) : void

Hides a single update.

HideUpdates ( Collection hiddenUpdates ) : void

Hides a collection of Suh to hide.

InstallUpdates ( Collection applicationUpdates ) : void

Gets a collection of Sui.

ShowUpdate ( Suh hiddenUpdate ) : void

The update to show and remove from hidden updates.

Shutdown ( ) : void

Shutdown the admin process if it's not installing updates. Execute the admin process with Abort.

Method Details

AddApp() public méthode

Adds an application to Seven Update, so it can manage updates for it.
public AddApp ( Sua application ) : void
application Sua The application to add to Seven Update.
Résultat void

ChangeSettings() public méthode

Changes the program settings.
public ChangeSettings ( Collection applications, Config options, bool autoCheck ) : void
applications Collection The applications Seven Update will check and manage updates for.
options Config The Seven Update settings.
autoCheck bool If set to True automatic updates will be enabled.
Résultat void

HideUpdate() public méthode

Hides a single update.
public HideUpdate ( Suh hiddenUpdate ) : void
hiddenUpdate Suh The update to hide.
Résultat void

HideUpdates() public méthode

Hides a collection of Suh to hide.
public HideUpdates ( Collection hiddenUpdates ) : void
hiddenUpdates Collection The collection of updates to hide.
Résultat void

InstallUpdates() public méthode

Gets a collection of Sui.
public InstallUpdates ( Collection applicationUpdates ) : void
applicationUpdates Collection The collection of applications and updates to install.
Résultat void

ShowUpdate() public méthode

The update to show and remove from hidden updates.
public ShowUpdate ( Suh hiddenUpdate ) : void
hiddenUpdate Suh The hidden update to show.
Résultat void

Shutdown() public méthode

Shutdown the admin process if it's not installing updates. Execute the admin process with Abort.
public Shutdown ( ) : void
Résultat void