FlowProperties.WindowSize Property

Solclient

FlowPropertiesWindowSize Property
version: 7.2.1.27
The Guaranteed message window size for the flow. This sets the maximum number of messages that can be in transit (that is, the messages are sent from the appliance, but are not yet delivered to the application). The valid range is 1..255. The default window size is 255.

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

Property Value

Type: Int32
See Also