C# 클래스 Db4oFramework.RemoteServerSessionFactory

Used to access a remote server over TCP/IP
상속: SessionFactoryBase
파일 보기 프로젝트 열기: jhicks/Db4oFramework 1 사용 예제들

공개 메소드들

메소드 설명
RemoteServerSessionFactory ( ICurrentSessionContext currentSessionContext, Func config, string host, int port, string username, string password ) : System
RemoteServerSessionFactory ( ICurrentSessionContext currentSessionContext, string host, int port, string username, string password ) : System

보호된 메소드들

메소드 설명
DoDisposal ( ) : void
OpenClient ( ) : IObjectContainer

메소드 상세

DoDisposal() 보호된 메소드

protected DoDisposal ( ) : void
리턴 void

OpenClient() 보호된 메소드

protected OpenClient ( ) : IObjectContainer
리턴 IObjectContainer

RemoteServerSessionFactory() 공개 메소드

public RemoteServerSessionFactory ( ICurrentSessionContext currentSessionContext, Func config, string host, int port, string username, string password ) : System
currentSessionContext ICurrentSessionContext
config Func
host string
port int
username string
password string
리턴 System

RemoteServerSessionFactory() 공개 메소드

public RemoteServerSessionFactory ( ICurrentSessionContext currentSessionContext, string host, int port, string username, string password ) : System
currentSessionContext ICurrentSessionContext
host string
port int
username string
password string
리턴 System