共用方式為


<filterTable>

代表路由表,其中包含篩選條件的清單,當篩選條件評估為 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>

屬性和項目

下列章節說明屬性、子元素和父元素。

屬性

元素 描述
NAME 字串,包含這個組態項目的唯一名稱。

子元素

元素 描述
<filters> 當篩選條件相符時,路由篩選器與訊息傳送目標端點之間的對應。

父項目

元素 描述
<routing> 包含路由表的組態區段。

另請參閱