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

Overload List



NameDescription
OpenServer(IConfiguration, String, Int32)
opens an ObjectServer on the specified database file and port.

If the server does not need to listen on a port because it will only be used in embedded mode with Db4objects.Db4o.IObjectServer.OpenClient , specify '0' as the port number.
OpenServer(String, Int32)
Operates just like Db4objects.Db4o.Db4oFactory.OpenServer , but uses the global db4o Configuration context. opens an ObjectServer on the specified database file and port.

If the server does not need to listen on a port because it will only be used in embedded mode with Db4objects.Db4o.IObjectServer.OpenClient , specify '0' as the port number.