SessionProperties.KeepAliveIntervalInMsecs Property

Solclient

SessionPropertiesKeepAliveIntervalInMsecs Property
version: 7.2.1.27
Use 0 to disable keep-alive. If not zero, the minimum valid value is 50. Default: 3000.

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

Property Value

Type: Int32
See Also