| SignalingServer Constructor (String, DictionaryTransportType, Int32, FailbackPolicy, String, Boolean) |
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic 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