Click or drag to resize

RegistrationGroup Constructor (SignalingServer, Int32)

Constructs a registration group with the specified servers and registration limit.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public RegistrationGroup(
	SignalingServer[] signalingServers,
	int simultaneousRegistrationLimit
)

Parameters

signalingServers
Type: Avaya.ClientServicesSignalingServer
Array of SignalingServer instances to include in the group, in priority order. Although registration with servers in the will be performed against servers in priority order.
simultaneousRegistrationLimit
Type: SystemInt32
The maximum number of servers to allow simultaneous registration with. If this value is less than the number of servers in the group, the servers will be registered with in priority order. Registration to the remaining servers will only be attempted if connections to higher-priority servers are lost.
See Also