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: 550.0.60.0
Syntax
C#
public RegistrationGroup(
	SignalingServer signalingServer
)

Parameters

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