Click or drag to resize

IUpdateManager Interface

Update manager service is responsible for checking for updates and downloading / applying them

Namespace:  SanteDB.DisconnectedClient.Services
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public interface IUpdateManager : IServiceImplementation

The IUpdateManager type exposes the following members.

Properties
  NameDescription
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodAutoUpdate
Check for updates
Public methodGetServerVersion
Get server version of a package
Public methodInstall
Install the specified package from the server version
Public methodUpdateAll
Update all apps
Top
See Also