<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.

<configuration>
  <system.serviceModel>
    <routing>
      <filterTables>

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

None.

Child Elements

Element Description
<filters> 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
<routing> A configuration section that contains routing filters and routing tables.

See also