Click or drag to resize

IBackupService Interface

Represents a service that can back-up data to/from another location

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

The IBackupService type exposes the following members.

Properties
  NameDescription
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodAutoRestore
Perform autorestore
Public methodBackup
Backup media
Public methodGetBackups
Gets the backup descriptors for the specified media
Public methodHasBackup
Has backup on the specified media
Public methodRemoveBackup
Remove a backup
Public methodRestore
Restore from media
Top
See Also