Click or drag to resize

ConnectionPolicyMaxReconnectInterval Property

The maximum 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: 550.0.60.0
Syntax
C#
public ushort MaxReconnectInterval { get; set; }

Property Value

Type: UInt16
Remarks
The reconnect interval will never be extended beyond this value.
See Also