FlowProperties.AckTimerInMsecs Property

Solclient

FlowPropertiesAckTimerInMsecs Property
version: 7.2.1.27
The duration of the flow acknowledgement timer (in milliseconds). The valid range is 20..1500. The default value is 1000.

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

Property Value

Type: Int32
See Also