db4o

IClientServerConfiguration.BatchMessages Method 

Configures to batch messages between client and server.

void BatchMessages(
   bool flag
);

Parameters

flag
true for batching messages.

Remarks

Configures to batch messages between client and server. By default, batch mode is disabled.

See Also

IClientServerConfiguration Interface | Db4objects.Db4o.Config Namespace