Click or drag to resize

SignalingServer Constructor (String, DictionaryTransportType, Int32, FailbackPolicy, String, Boolean)

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public SignalingServer(
	string hostName,
	Dictionary<TransportType, int> transportTypeToPortMap,
	FailbackPolicy failbackPolicy,
	string[] preloadedRoutes,
	bool permanentMemberOfRegistrationGroup
)

Parameters

hostName
Type: SystemString
transportTypeToPortMap
Type: System.Collections.GenericDictionaryTransportType, Int32
failbackPolicy
Type: Avaya.ClientServicesFailbackPolicy
preloadedRoutes
Type: SystemString
permanentMemberOfRegistrationGroup
Type: SystemBoolean
See Also