<dispatcherSynchronization>
サービスが非同期に応答を返すことができるようにするエンドポイントの動作を指定します。
スキーマの階層
<system.serviceModel>
<behaviors>
<endpointBehaviors>
<endpointBehaviors> の <behavior>
構文
<dispatcherSynchronizationBehavior asynchronousSendEnabled=”Boolean” maxPendingReceives="Integer" />
Type
属性と要素
以降のセクションでは、属性、子要素、および親要素について説明します。
属性
属性 | 説明 |
---|---|
asynchronousSendEnabled |
非同期の送信動作が有効かどうかを示すブール値。 |
maxPendingReceives |
チャネルで発行可能な同時受信の数を指定する整数。 この値は、サービス調整の動作を適切に構成した後に構成する必要があります。 |
子要素
なし。
親要素
要素 | 説明 |
---|---|
エンドポイントの動作を指定します。 |
参照
リファレンス
DispatcherSynchronizationBehaviorElement
DispatcherSynchronizationBehavior