db4o

IObjectServer Interface

the db4o server interface.

For a list of all members of this type, see IObjectServer Members.

Db4objects.Db4o.IObjectServer
   Db4objects.Db4o.Ext.IExtObjectServer

public interface IObjectServer

Types that implement IObjectServer

Type Description

Remarks

the db4o server interface.

- db4o servers can be opened with Db4objects.Db4o.Db4oFactory.OpenServer .
- Direct in-memory connections to servers can be made with Db4objects.Db4o.IObjectServer.OpenClient
- TCP connections are available through Db4objects.Db4o.Db4oFactory.OpenClient .

Before connecting clients over TCP, you have to Db4objects.Db4o.IObjectServer.GrantAccess to the username and password combination that you want to use.

Requirements

Namespace: Db4objects.Db4o

Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)

See Also

IObjectServer Members | Db4objects.Db4o Namespace | Db4o.openServer | ExtObjectServer for extended functionality