Click or drag to resize

ConferenceConfigurationMaxReconnectInterval Property

The max time interval between a connection failure and a reconnect attempt, in seconds.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.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. The default is 1800 seconds.
See Also