C# 클래스 DBreeze.Storage.RemoteInstance.RemoteTablesHandler

ServerSide. Servs one local database.
상속: IDisposable
파일 보기 프로젝트 열기: hhblaze/DBreeze 1 사용 예제들

공개 메소드들

메소드 설명
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