C# Class DBreeze.Storage.RemoteInstance.RemoteTablesHandler

ServerSide. Servs one local database.
Inheritance: IDisposable
Afficher le fichier Open project: hhblaze/DBreeze Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Dispose

ParseProtocol ( byte protocol ) : byte[]

ParseProtocol

RemoteTablesHandler ( DBreezeConfiguration configuration ) : System

RemoteTablesHandler

RemoteTablesHandler ( string databasePreFolderPath ) : System

RemoteTablesHandler

Method Details

Dispose() public méthode

Dispose
public Dispose ( ) : void
Résultat void

ParseProtocol() public méthode

ParseProtocol
public ParseProtocol ( byte protocol ) : byte[]
protocol byte
Résultat byte[]

RemoteTablesHandler() public méthode

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

RemoteTablesHandler() public méthode

RemoteTablesHandler
public RemoteTablesHandler ( string databasePreFolderPath ) : System
databasePreFolderPath string
Résultat System