IPOfficeConfigurationInitialReconnectInterval Property |
The initial time interval between a connection failure and a reconnect
attempt, in seconds. Set to zero to disable automatic reconnection attempts.
The default is 2 seconds.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic ushort InitialReconnectInterval { get; set; }
Property Value
Type:
UInt16
Remarks
If connection attempts continue to fail the reconnect interval will
be progressively extended using a backoff algorithm based on this
initial reconnect interval.
See Also