Click or drag to resize

IAutoRecoveryProviderService Interface

Represents a service that can provide auto-recovery services

Namespace: SanteDB.Client.Services
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
public interface IAutoRecoveryProviderService : IServiceImplementation

The IAutoRecoveryProviderService type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
Methods
 NameDescription
Public methodCreateRecoveryPoint Create a recovery point of the current data
Public methodGetRecoveryPoints Gets the dates of the recovery points
Public methodRestoreRecoveryPoint Restores the recovery point
Top
See Also