<filterTable>
Represents a routing table that contains a list of filters to evaluate messages against and the client endpoint to route messages to if the filter evaluates to true.
Schema Hierarchy
<system.serviceModel>
<routing>
<filterTables>
<filterTable>
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
Element | Description |
---|---|
name |
A string that contains the unique name of this configuration element. |
Child Elements
Element | Description |
---|---|
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 tables. |