SessionProperties.SdkBufferSize Property

Solclient

SessionPropertiesSdkBufferSize Property
version: 7.2.1.27
Controls the buffering of transmit messages. When sending small messages, the session buffer size should be set to multiple times the typical message size to improve performance. Regardless of the buffer size, the API always accepts at least one message to transmit. So even if a single message's size exceeds this value, it is accepted and transmitted, as along as the current buffered data is zero. However, no more messages are accepted until the amount of data buffered is reduced below this value.
Default: 90000 ///

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public int SdkBufferSize { get; set; }
Public Property SdkBufferSize As Integer
	Get
	Set
public:
property int SdkBufferSize {
	int get ();
	void set (int value);
}

Property Value

Type: Int32
See Also