| MessagingConfigurationMaxReconnectInterval Property |
The max time interval between a connection failure and a reconnect
attempt, in seconds. The default is 1800 seconds.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic 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