Summary
factory to open C/S server and client implementations.
- Assembly
- Db4objects
.Db4o .CS-2010 .dll - Namespace
- Db4objects
.Db4o .CS .Config - Implementing Types
graph BT
Type["IClientServerFactory"]
class Type type-node
Implementing0["StandardClientServerFactory"]-.->Type
click Implementing0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.CS.Internal.Config/StandardClientServerFactory"
Syntax
public interface IClientServerFactory
Remarks
factory to open C/S server and client implementations.
Methods
Name | Value | Summary |
---|---|---|
OpenClient |
IObjectContainer | |
OpenServer |
IObjectServer |
See Also
- Db4objects.Db4o.CS.Db4oClientServer.OpenClient(Db4objects.Db4o.CS.Config.IClientConfiguration,System.String,System.Int32,System.String,System.String)
- Db4objects.Db4o.CS.Db4oClientServer.OpenServer(Db4objects.Db4o.CS.Config.IServerConfiguration,System.String,System.Int32)