SessionProperties.KeepAliveIntervalsLimit Property

Solclient

SessionPropertiesKeepAliveIntervalsLimit Property
version: 7.2.1.27
The number of keep-alive intervals with no received traffic that are allowed before a session is declared down. The minimum valid value is 3.

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

Property Value

Type: Int32
See Also