C# 클래스 Db4oFramework.HostedServerSessionFactory

Used to host a server within this process
상속: SessionFactoryBase
파일 보기 프로젝트 열기: jhicks/Db4oFramework 1 사용 예제들

공개 메소드들

메소드 설명
HostedServerSessionFactory ( ICurrentSessionContext currentSessionContext, IServerConfiguration config, string dbFileName, int port ) : Db4objects.Db4o

Allows configuration of the server and opening to the outside

HostedServerSessionFactory ( ICurrentSessionContext currentSessionContext, string dbFileName ) : Db4objects.Db4o

Creates a hosted server that is only accessible in process

보호된 메소드들

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

메소드 상세

DoDisposal() 보호된 메소드

protected DoDisposal ( ) : void
리턴 void

HostedServerSessionFactory() 공개 메소드

Allows configuration of the server and opening to the outside
public HostedServerSessionFactory ( ICurrentSessionContext currentSessionContext, IServerConfiguration config, string dbFileName, int port ) : Db4objects.Db4o
currentSessionContext ICurrentSessionContext
config IServerConfiguration
dbFileName string
port int
리턴 Db4objects.Db4o

HostedServerSessionFactory() 공개 메소드

Creates a hosted server that is only accessible in process
public HostedServerSessionFactory ( ICurrentSessionContext currentSessionContext, string dbFileName ) : Db4objects.Db4o
currentSessionContext ICurrentSessionContext
dbFileName string
리턴 Db4objects.Db4o

OpenClient() 보호된 메소드

protected OpenClient ( ) : IObjectContainer
리턴 IObjectContainer