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

extended functionality for the ObjectServer interface.

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

Syntax

Visual Basic (Declaration)
Public Interface IExtObjectServer _
	Implements IObjectServer
C#
public interface IExtObjectServer : IObjectServer
Visual C++
public interface class IExtObjectServer : IObjectServer

Remarks

extended functionality for the ObjectServer interface.

Every ObjectServer also always is an ExtObjectServer so a cast is possible.

Db4objects.Db4o.IObjectServer.Ext is a convenient method to perform the cast.

The functionality is split to two interfaces to allow newcomers to focus on the essential methods.