Summary
Configures the maximum memory buffer size for batched message.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- I
Client Server Configuration
Syntax
void MaxBatchQueueSize(int 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.
This setting can be used on both client and server.
This setting can be used on both client and server.
Parameters
Name | Type | Description |
---|---|---|
maxSize | int |
Return Value
Type | Description |
---|---|
void |