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

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

Parameters

signalingServer
Type: Avaya.ClientServicesSignalingServer
The signaling server to use in the group.
See Also