다음을 통해 공유


<filterTable>

메시지를 평가할 필터 목록과 필터가 true로 평가되는 경우 메시지를 라우팅할 클라이언트 엔드포인트가 포함된 라우팅 테이블을 나타냅니다.

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

문법

<routing>
  <filterTables>
    <filterTable name="String">
      <entries>
        <add backupList="String"
             endpointName="String"
             filterName="String"
             priority="Integer" />
      </entries>
    </filterTable>
  </filterTables>
</routing>

특성 및 요소

다음의 섹션은 특성, 자식 요소 및 부모 요소에 대해 설명합니다.

Attributes

요소 Description
이름 이 구성 요소의 고유한 이름을 포함하는 문자열입니다.

자식 요소

요소 Description
<필터> 라우팅 필터와 대상 엔드포인트 간의 매핑을 통해 필터가 일치할 때 메시지를 보냅니다.

부모 요소

요소 Description
<라우팅> 라우팅 테이블을 포함하는 구성 섹션입니다.

참고하십시오