SessionProperties.ADPublishWindowSize Property

Solclient

SessionPropertiesADPublishWindowSize Property
version: 7.2.1.27
The publisher window size for Guaranteed messages. The Guaranteed Message Publish Window Size property limits the maximum number of messages that can be published before the API must receive an acknowledgement from the appliance. Default: 50.

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 ADPublishWindowSize { get; set; }
Public Property ADPublishWindowSize As Integer
	Get
	Set
public:
property int ADPublishWindowSize {
	int get ();
	void set (int value);
}

Property Value

Type: Int32
See Also