The methods of the IClientServerConfiguration interface are listed below. For a complete list of IClientServerConfiguration interface members, see the IClientServerConfiguration Members topic.
BatchMessages | Configures to batch messages between client and server. |
GetMessageSender | returns the MessageSender for this Configuration context. |
MaxBatchQueueSize | Configures the maximum memory buffer size for batched message. |
PrefetchIDCount | Sets the number of IDs to be prefetched for an ObjectSet in C/S mode |
PrefetchObjectCount | Sets the number of objects to be prefetched for an ObjectSet in C/S mode |
SetMessageRecipient | sets the MessageRecipient to receive Client Server messages. |
SingleThreadedClient | configures the client messaging system to be single threaded or multithreaded. |
TimeoutClientSocket | configures the time a client waits for a message response from the server. |
TimeoutPingClients | configures the delay time after which the server starts pinging connected clients to check the connection. |
TimeoutServerSocket | configures the timeout of the serverside socket. |
IClientServerConfiguration Interface | Db4objects.Db4o.Config Namespace