| AcsConfigurationInitialReconnectInterval 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.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.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