C# Class FunWithSQLite.Workers.BackupWorker

Show file Open project: jquintus/spikes

Public Methods

Method Description
BackupWorker ( BackupOptions options ) : MasterDevs.Core
Work ( ) : void

Private Methods

Method Description
Backup ( ) : void
CompareCounts ( ) : void
CreateSourceDb ( ) : void
LotsOfSql ( Signal s, string sql ) : void
ReadCount ( string connString ) : long

Method Details

BackupWorker() public method

public BackupWorker ( BackupOptions options ) : MasterDevs.Core
options BackupOptions
return MasterDevs.Core

Work() public method

public Work ( ) : void
return void