[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

the db4o server interface.

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

Syntax

Visual Basic (Declaration)
Public Interface IObjectServer
C#
public interface IObjectServer
Visual C++
public interface class IObjectServer

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.

See Also