db4o

IClientServerConfiguration Methods

The methods of the IClientServerConfiguration interface are listed below. For a complete list of IClientServerConfiguration interface members, see the IClientServerConfiguration Members topic.

Public Instance Methods

BatchMessagesConfigures to batch messages between client and server.
GetMessageSenderreturns the MessageSender for this Configuration context.
MaxBatchQueueSizeConfigures the maximum memory buffer size for batched message.
PrefetchIDCountSets the number of IDs to be prefetched for an ObjectSet in C/S mode
PrefetchObjectCountSets the number of objects to be prefetched for an ObjectSet in C/S mode
SetMessageRecipientsets 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.
TimeoutServerSocketconfigures the timeout of the serverside socket.

See Also

IClientServerConfiguration Interface | Db4objects.Db4o.Config Namespace