共用方式為


<dispatcherSynchronization>

指定可讓服務以非同步方式傳送回覆的端點行為。

<configuration>
  <system.serviceModel>
    <behaviors>
      <endpointBehaviors>
        <behavior>
          <dispatcherSynchronization>

Syntax

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

類型

Type

屬性和元素

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

屬性

屬性 描述
asynchronousSendEnabled 布林值,指定是否啟用非同步傳送行為。
maxPendingReceives 整數,指定可在通道發行之並行接收的數目。

唯有在您正確設定服務節流閥行為後,才可設定這個值。

子元素

無。

父元素

元素 描述
<behavior> 指定端點行為。

另請參閱