[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Configures to batch messages between client and server.
Namespace: Db4objects.Db4o.Config
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub BatchMessages ( _ flag As Boolean _ ) |
C# |
---|
void BatchMessages ( bool flag ) |
Visual C++ |
---|
void BatchMessages ( bool flag ) |
Parameters
- flag
- System.Boolean
true for batching messages.
Remarks
Configures to batch messages between client and server. By default, batch
mode is disabled.