Click or drag to resize

IUpdateManager Interface

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

Namespace: SanteDB.Client.Services
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
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 methodGetServerInfo Get server version of a package
Public methodInstall Install the specified package from the server version
Public methodUpdate Update all apps
Top
See Also