C# 클래스 DBreeze.Storage.Backup

상속: IDisposable
파일 보기 프로젝트 열기: hhblaze/DBreeze 1 사용 예제들

공개 메소드들

메소드 설명
Backup ( ) : System
Backup ( DBreezeConfiguration configuration ) : System
Backup ( string backupFolderName ) : System

Backup ( string backupFolderName, DBreezeConfiguration configuration ) : System

Dispose ( ) : void
Flush ( ) : void

비공개 메소드들

메소드 설명
GetFileStream ( ) : void
InitBackupFolder ( ) : void
WriteBackupElement ( ulong fileNumber, byte type, long pos, byte data ) : void

Represents incremental backup of protocol 1

메소드 상세

Backup() 공개 메소드

public Backup ( ) : System
리턴 System

Backup() 공개 메소드

public Backup ( DBreezeConfiguration configuration ) : System
configuration DBreezeConfiguration
리턴 System

Backup() 공개 메소드

public Backup ( string backupFolderName ) : System
backupFolderName string Folder where will be restored incremental backup
리턴 System

Backup() 공개 메소드

public Backup ( string backupFolderName, DBreezeConfiguration configuration ) : System
backupFolderName string Folder where will be restored incremental backup
configuration DBreezeConfiguration
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void