C# Class DBreeze.Storage.RemoteInstance.RemoteTablesHandler

ServerSide. Servs one local database.
Inheritance: IDisposable
Datei anzeigen Open project: hhblaze/DBreeze Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void

Dispose

ParseProtocol ( byte protocol ) : byte[]

ParseProtocol

RemoteTablesHandler ( DBreezeConfiguration configuration ) : System

RemoteTablesHandler

RemoteTablesHandler ( string databasePreFolderPath ) : System

RemoteTablesHandler

Method Details

Dispose() public method

Dispose
public Dispose ( ) : void
return void

ParseProtocol() public method

ParseProtocol
public ParseProtocol ( byte protocol ) : byte[]
protocol byte
return byte[]

RemoteTablesHandler() public method

RemoteTablesHandler
public RemoteTablesHandler ( DBreezeConfiguration configuration ) : System
configuration DBreezeConfiguration configuration.DBreezeDataFolderName must be filled and for portable IFileSystemFactory instantiated
return System

RemoteTablesHandler() public method

RemoteTablesHandler
public RemoteTablesHandler ( string databasePreFolderPath ) : System
databasePreFolderPath string
return System