<dispatcherSynchronization>

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

configuration
  system.serviceModel
    behaviors
      endpointBehaviors
        behavior
          <dispatcherSynchronization>

语法

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

类型

Type

特性和元素

下列各节描述了特性、子元素和父元素。

特性

属性 说明
asynchronousSendEnabled 一个布尔值,指定是否启用异步发送行为。
maxPendingReceives 一个整数,指定可在每个通道上执行的并发接收数。

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

子元素

无。

父元素

元素 说明
<behavior> 指定终结点行为。

请参阅