C# Класс Db4oFramework.HostedServerSessionFactory

Used to host a server within this process
Наследование: SessionFactoryBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
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