C# Class DBreeze.Storage.BackupRestorer

Access to Database restoration from incremental backups.
Show file Open project: hhblaze/DBreeze Class Usage Examples

Public Methods

Method Description
BackupRestorer ( ) : System
StartRestoration ( ) : void

Starts backup restore routine

Private Methods

Method Description
CloseHandels ( ) : void
DoPackage ( byte pack ) : void
GetFileStream ( string fileName ) : FileStream

Method Details

BackupRestorer() public method

public BackupRestorer ( ) : System
return System

StartRestoration() public method

Starts backup restore routine
public StartRestoration ( ) : void
return void