C# Class Db4oFramework.RemoteServerSessionFactory

Used to access a remote server over TCP/IP
Inheritance: SessionFactoryBase
Afficher le fichier Open project: jhicks/Db4oFramework Class Usage Examples

Méthodes publiques

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

Méthodes protégées

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

Method Details

DoDisposal() protected méthode

protected DoDisposal ( ) : void
Résultat void

OpenClient() protected méthode

protected OpenClient ( ) : IObjectContainer
Résultat IObjectContainer

RemoteServerSessionFactory() public méthode

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
Résultat System

RemoteServerSessionFactory() public méthode

public RemoteServerSessionFactory ( ICurrentSessionContext currentSessionContext, string host, int port, string username, string password ) : System
currentSessionContext ICurrentSessionContext
host string
port int
username string
password string
Résultat System