<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.
<configuration>
<system.serviceModel>
<routing>
<filterTables>
<filterTable>
Syntax
<routing>
<filterTables>
<filterTable name="String">
<entries>
<add backupList="String"
endpointName="String"
filterName="String"
priority="Integer" />
</entries>
</filterTable>
</filterTables>
</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 |
---|---|
<filters> | Mappings between the routing filters and the target endpoints to send messages to when the filter matches. |
Parent Elements
Element | Description |
---|---|
<routing> | A configuration section that contains routing tables. |
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.