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
Syntaxpublic ushort MaxReconnectInterval { get; set; }
Property Value
Type:
UInt16
Remarks
The reconnect interval will never be extended beyond this value.
See Also