共用方式為


<filterTables>

代表定義路由表的組態區段,該路由表包含當篩選條件符合時,路由篩選條件與訊息傳送目標端點之間的對應。

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

屬性和項目

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

屬性

無。

子元素

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

父項目

元素 描述
<routing> 組態區段,其中包含路由篩選條件與路由表。

另請參閱