Summary
Configures to batch messages between client and server.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- I
Client Server Configuration
Syntax
void BatchMessages(bool flag)
Remarks
Configures to batch messages between client and server. By default, batch
mode is enabled.
This setting can be used on both client and server.
This setting can be used on both client and server.
Parameters
Name | Type | Description |
---|---|---|
flag | bool | false, to turn message batching off. |
Return Value
Type | Description |
---|---|
void |