C# Class Db4oFramework.HostedServerSessionFactory

Used to host a server within this process
Inheritance: SessionFactoryBase
Afficher le fichier Open project: jhicks/Db4oFramework Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
DoDisposal ( ) : void
OpenClient ( ) : IObjectContainer

Method Details

DoDisposal() protected méthode

protected DoDisposal ( ) : void
Résultat void

HostedServerSessionFactory() public méthode

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
Résultat Db4objects.Db4o

HostedServerSessionFactory() public méthode

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

OpenClient() protected méthode

protected OpenClient ( ) : IObjectContainer
Résultat IObjectContainer