C# Класс DBreeze.Storage.RemoteInstance.RemoteTablesHandler

ServerSide. Servs one local database.
Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Dispose ( ) : void

Dispose

ParseProtocol ( byte protocol ) : byte[]

ParseProtocol

RemoteTablesHandler ( DBreezeConfiguration configuration ) : System

RemoteTablesHandler

RemoteTablesHandler ( string databasePreFolderPath ) : System

RemoteTablesHandler

Описание методов

Dispose() публичный Метод

Dispose
public Dispose ( ) : void
Результат void

ParseProtocol() публичный Метод

ParseProtocol
public ParseProtocol ( byte protocol ) : byte[]
protocol byte
Результат byte[]

RemoteTablesHandler() публичный Метод

RemoteTablesHandler
public RemoteTablesHandler ( DBreezeConfiguration configuration ) : System
configuration DBreezeConfiguration configuration.DBreezeDataFolderName must be filled and for portable IFileSystemFactory instantiated
Результат System

RemoteTablesHandler() публичный Метод

RemoteTablesHandler
public RemoteTablesHandler ( string databasePreFolderPath ) : System
databasePreFolderPath string
Результат System