 | BackupOperation Constructor |
Restore backup
Namespace: SanteDB.Rest.AMI.OperationAssembly: SanteDB.Rest.AMI (in SanteDB.Rest.AMI.dll) Version: 3.0.2081-alpha+19f573cdc8c56fbc278c5e41a734f011a9baa699
Syntaxpublic BackupOperation(
IBackupService backupService,
IAuditService auditService
)
Public Sub New (
backupService As IBackupService,
auditService As IAuditService
)
public:
BackupOperation(
IBackupService^ backupService,
IAuditService^ auditService
)
new :
backupService : IBackupService *
auditService : IAuditService -> BackupOperationParameters
- backupService IBackupService
[Missing <param name="backupService"/> documentation for "M:SanteDB.Rest.AMI.Operation.BackupOperation.#ctor(SanteDB.Core.Data.Backup.IBackupService,SanteDB.Core.Security.Services.IAuditService)"]
- auditService IAuditService
[Missing <param name="auditService"/> documentation for "M:SanteDB.Rest.AMI.Operation.BackupOperation.#ctor(SanteDB.Core.Data.Backup.IBackupService,SanteDB.Core.Security.Services.IAuditService)"]
See Also