[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 the maximum memory buffer size for batched message.
Namespace: Db4objects.Db4o.Config
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub MaxBatchQueueSize ( _ maxSize As Integer _ ) |
C# |
---|
void MaxBatchQueueSize ( int maxSize ) |
Visual C++ |
---|
void MaxBatchQueueSize ( int maxSize ) |
Parameters
- maxSize
- System.Int32
Remarks
Configures the maximum memory buffer size for batched message. If the
size of batched messages is greater than
, batched
messages will be sent to server.
![]() | |
---|---|
maxSize |