<filterTables>
Represents a configuration section for defining routing tables that contain mappings between the routing filters and the target endpoints to send messages to when the filter matches.
Schema Hierarchy
<system.serviceModel>
<routing>
<filterTables>
Syntax
<routing> <filterTables> <filterTable name="String"> <entries> <add backupList=”String” endpointName="String" filterName="String" priority="Integer" /> </entries> </table> </routingTables></routing>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
Element | Description |
---|---|
A routing table that contain mappings between the routing filters and the target endpoints to send messages to when the filter matches. |
Parent Elements
Element | Description |
---|---|
A configuration section that contains routing filters and routing tables. |
See Also
Reference
System.ServiceModel.Routing.Configuration.RoutingSection
System.ServiceModel.Routing.Configuration.FilterTableCollection