Click or drag to resize
RegistrationGroup Constructor (SignalingServer)
Constructs a registration group with the specified servers.

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

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.
See Also