C# Class DBreeze.Storage.BackupRestorer

Access to Database restoration from incremental backups.
Afficher le fichier Open project: hhblaze/DBreeze Class Usage Examples

Méthodes publiques

Méthode Description
BackupRestorer ( ) : System
StartRestoration ( ) : void

Starts backup restore routine

Private Methods

Méthode Description
CloseHandels ( ) : void
DoPackage ( byte pack ) : void
GetFileStream ( string fileName ) : FileStream

Method Details

BackupRestorer() public méthode

public BackupRestorer ( ) : System
Résultat System

StartRestoration() public méthode

Starts backup restore routine
public StartRestoration ( ) : void
Résultat void