FlowProperties.AckThreshold Property

Solclient

FlowPropertiesAckThreshold Property
version: 7.2.1.27
The default threshold for sending an acknowledgement, as a percentage of flow window size. The valid range is 1..75. The default value is 60.

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

Property Value

Type: Int32
See Also