<dispatcherSynchronization>

指定允许服务进行异步答复的终结点行为。

架构层次结构

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

语法

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

Type

属性和元素

以下几节描述了特性、子元素和父元素。

属性

特性 说明

asynchronousSendEnabled

一个布尔值,指定是否启用异步发送行为。

maxPendingReceives

一个整数,指定可在每个通道上执行的并发接收数。

仅当已正确配置服务限制行为之后,才能配置此值。

子元素

无。

父元素

元素 说明

<endpointBehaviors> 的 <behavior>

指定终结点行为。

另请参见

参考

DispatcherSynchronizationBehaviorElement
DispatcherSynchronizationBehavior