Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies an endpoint behavior that enables a service to send replies asynchronously.
Schema Hierarchy
<system.serviceModel>
<behaviors>
<endpointBehaviors>
<behavior> of <endpointBehaviors>
Syntax
<dispatcherSynchronizationBehavior asynchronousSendEnabled=”Boolean” maxPendingReceives="Integer" />
Type
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
---|---|
asynchronousSendEnabled |
A Boolean that specifies whether asynchronous send behavior is enabled. |
maxPendingReceives |
An integer that specifies the number of concurrent receives that can be issued on the channel. This value should be configured only after you have properly configured service throttling behavior. |
Child Elements
None.
Parent Elements
Element | Description |
---|---|
Specifies an endpoint behavior. |
See Also
Reference
DispatcherSynchronizationBehaviorElement
DispatcherSynchronizationBehavior