Initializes a new instance of the RoutingTableEntrySettings class.
Namespace: ININ.IceLib.Configuration.DataTypesAssembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public RoutingTableEntrySettings( string dnis, ConfigurationId destination, RoutingTableDestinationType destinationType, string extension, string description, RoutingTableSubstitutionType substitutionType ) |
Visual Basic |
---|
Public Sub New ( _ dnis As String, _ destination As ConfigurationId, _ destinationType As RoutingTableDestinationType, _ extension As String, _ description As String, _ substitutionType As RoutingTableSubstitutionType _ ) |
Parameters
- dnis
- Type: System..::..String
The Dnis number
- destination
- Type: ININ.IceLib.Configuration..::..ConfigurationId
The destination.
- destinationType
- Type: ININ.IceLib.Configuration.DataTypes..::..RoutingTableDestinationType
Type of the destination.
- extension
- Type: System..::..String
The extension of the destination.
- description
- Type: System..::..String
The description.
- substitutionType
- Type: ININ.IceLib.Configuration.DataTypes..::..RoutingTableSubstitutionType
The substitution type.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentNullException | A parameter is nullNothingnullptra null reference (Nothing in Visual Basic). |
System..::..ArgumentOutOfRangeException | A parameter is not a valid enum value. |
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 2 and beyond.
For 4.0, supported for IC Server version 4.0 SU 2 and beyond.