Click or drag to resize
ConferenceConfigurationInitialReconnectInterval 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: 493.0.70.0
Syntax
C#
public 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