Click or drag to resize

ISoftwareUpdateManager Interface

Interface for software update manager - a unit that can install any available software version

Namespace:  Rubedos.Viper.Net.Iface
Assembly:  Rubedos.Viper.Net.Iface (in Rubedos.Viper.Net.Iface.dll) Version: 1.0.0.2336 (1.0.00000.2336)
Syntax
C#
public interface ISoftwareUpdateManager

The ISoftwareUpdateManager type exposes the following members.

Properties
  NameDescription
Public propertyAllowAutoUpdate
Gets a value indicating whether we allow automatic update.
Top
Methods
  NameDescription
Public methodGetListOfVersions
Gets the list of versions in this collection.
Public methodResetToFactoryVersion
Resets to factory version.
Public methodUpdateToVersion
Updates to version described by version.
Top
Remarks
HSI, 2018.10.18.
See Also