IClientServerConfiguration.

MaxBatchQueueSize(int) Method

Summary

Configures the maximum memory buffer size for batched message.

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.

Parameters

Name Type Description
maxSize int

Return Value

Type Description
void