Click or drag to resize
FailbackPolicy Enumeration
Defines how failing back to a server with a higher priority than the current server is handled.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum FailbackPolicy
Members
  Member nameValueDescription
Automatic0 Failback occurs automatically as soon as a connection with the primary server is re-established.
Manual1 Failback will not occur until the administrator triggers a manual failback, or connection with this server is lost.
Remarks
When the connection to a primary server is lost the signaling engine will "fail over" to an alternate server if one is available. This policy determines how the signaling engine "fails back" to the primary server when the connection with the primary server is re-established.
See Also