DispatcherSynchronizationBehavior Class
An endpoint behavior that enables a WCF service to send replies asynchronously.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | DispatcherSynchronizationBehavior() | Initializes a new instance of the DispatcherSynchronizationBehavior class |
![]() | DispatcherSynchronizationBehavior(Boolean, Int32) | Initializes a new instance of the DispatcherSynchronizationBehavior class. |
| Name | Description | |
|---|---|---|
![]() | AsynchronousSendEnabled | Gets or sets a value that indicates whether asynchronous send behavior is enabled. |
![]() | MaxPendingReceives | Gets or sets the maximum number of receives that can be processed at one time. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEndpointBehavior::AddBindingParameters(ServiceEndpoint^, BindingParameterCollection^) | Passes data at runtime to enable bindings to support the asynchronous send behavior. |
![]() ![]() | IEndpointBehavior::ApplyClientBehavior(ServiceEndpoint^, ClientRuntime^) | Implements a modification or extension of the client across an endpoint that enables the asynchronous send behavior. |
![]() ![]() | IEndpointBehavior::ApplyDispatchBehavior(ServiceEndpoint^, EndpointDispatcher^) | Implements a modification or extension of the service across an endpoint that enables the asynchronous send behavior. |
![]() ![]() | IEndpointBehavior::Validate(ServiceEndpoint^) | Validates that the endpoint meets the criteria required to enable the asynchronous send behavior. |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




