C# Class Db4oFramework.RemoteServerSessionFactory

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

Public Methods

Method 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

Protected Methods

Method Description
DoDisposal ( ) : void
OpenClient ( ) : IObjectContainer

Method Details

DoDisposal() protected method

protected DoDisposal ( ) : void
return void

OpenClient() protected method

protected OpenClient ( ) : IObjectContainer
return IObjectContainer

RemoteServerSessionFactory() public method

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
return System

RemoteServerSessionFactory() public method

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