forwardOutOfOrderIncrementalQueueSize Property    Table of ContentReceiversTraceSwitch Property forward
Handler.ReceiveBufferSize Property
Gets or sets size of receiving buffer in bytes. Increasing this buffer will decrease GC load. If value will be less or equal then 65536 bytes, then default system value of 65536 bytes will be used. Default value is 65536 * 10.

Namespace:  OnixS.CmeMdHandler
Assembly:  OnixS.CmeMdHandler-net-4.7 (in OnixS.CmeMdHandler-net-4.7.dll) Version: 3.16.1.0 (3.16.1.0)
Syntax
C#
public int ReceiveBufferSize { get; set; }

Property Value

Type: Int32
See Also