C# Class SevenUpdate.Admin.WcfServiceCallback

Inheritance: IElevatedProcess
ファイルを表示 Open project: robertbaker/SevenUpdate

Public Methods

Method 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 method

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.
return void

ChangeSettings() public method

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.
return void

HideUpdate() public method

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

HideUpdates() public method

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

InstallUpdates() public method

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

ShowUpdate() public method

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

Shutdown() public method

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