db4o

IClientServerConfiguration.MaxBatchQueueSize Method 

Configures the maximum memory buffer size for batched message.

void MaxBatchQueueSize(
   int maxSize
);

Parameters

maxSize

Remarks

Configures the maximum memory buffer size for batched message. If the size of batched messages is greater than

maxSize
, batched messages will be sent to server.

See Also

IClientServerConfiguration Interface | Db4objects.Db4o.Config Namespace