Click or drag to resize
MessagingConfigurationMaxReconnectInterval Property
The max time interval between a connection failure and a reconnect attempt, in seconds. The default is 1800 seconds.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public ushort MaxReconnectInterval { get; set; }

Property Value

Type: UInt16
Remarks
If connection attempts continue to fail the reconnect interval will be progressively extended. This value represents the upper bound.
See Also