IBackupRestore Interface

Implemented by database connections which provide backup and restore capabilities.

Inheritance Hierarchy

Syntax

public interface IBackupRestore

Methods

Name Description
BackupDatabaseAsync(string databaseName, string destinationPath, System.Threading.CancellationToken cancellationToken)
RestoreDatabaseAsync(string databaseName, string sourcePath, System.Threading.CancellationToken cancellationToken)