An interface that can optionally be used to override the default 
            behavior performed by the Backup(String, BackupOptions) and 
            BackupDatabase(String, String, Boolean) methods. Implementation 
            of this interface is required if the DatabaseEnvironment.backup or 
            DatabaseEnvironment.backupDatabase target parameter is null.  You 
            configure the environment with this handler via 
            BackupHandler.
            
    Namespace: 
   BerkeleyDBAssembly: libdb_dotnet53 (in libdb_dotnet53.dll) Version: 5.3.28.0
 Syntax
Syntax
| C# | 
|---|
| public interface IBackup | 
| Visual Basic (Declaration) | 
|---|
| Public Interface IBackup | 
| Visual C++ | 
|---|
| public interface class IBackup | 





