다음을 통해 공유


<dispatcherSynchronization>

서비스에서 응답을 비동기적으로 보낼 수 있도록 하는 끝점 동작을 지정합니다.

스키마 계층

<system.serviceModel>
  <behaviors>
    <endpointBehaviors>
      <endpointBehaviors>의 <behavior>

구문

<dispatcherSynchronizationBehavior    asynchronousSendEnabled=”Boolean”   maxPendingReceives="Integer" />

Type

특성 및 요소

다음 단원에서는 특성, 자식 요소 및 부모 요소에 대해 설명합니다.

특성

특성 설명

asynchronousSendEnabled

비동기 보내기 동작 사용 여부를 나타내는 부울입니다.

maxPendingReceives

채널에서 발급할 수 있는 동시 수신의 수를 지정하는 정수입니다.

이 값은 서비스 스로틀 동작을 제대로 구성한 후에 구성해야 합니다.

자식 요소

없음

부모 요소

요소 설명

<endpointBehaviors>의 <behavior>

끝점 동작을 지정합니다.

참고 항목

참조

DispatcherSynchronizationBehaviorElement
DispatcherSynchronizationBehavior