共用方式為


<dispatcherSynchronization>

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

結構描述階層

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

語法

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

Type

屬性和元素

下列各節說明屬性、子項目和父項目。

屬性

屬性 描述

asynchronousSendEnabled

布林值,指定是否啟用非同步傳送行為。

maxPendingReceives

整數,指定可在通道發行之並行接收的數目。

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

項目子系

無。

父項目

項目 描述

<endpointBehaviors> 的 <behavior>

指定端點行為。

另請參閱

參考

DispatcherSynchronizationBehaviorElement
DispatcherSynchronizationBehavior