BufferedReceiveServiceBehavior Class
A service behavior that enables your service to use buffered receive processing.
Assembly: System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | BufferedReceiveServiceBehavior() | Creates a new instance of the BufferedReceiveServiceBehavior class. |
| Name | Description | |
|---|---|---|
![]() | MaxPendingMessagesPerChannel | Gets or sets a value that specifies the maximum number of pending messages allowed for each channel. |
| Name | Description | |
|---|---|---|
![]() | AddBindingParameters(ServiceDescription^, ServiceHostBase^, Collection<ServiceEndpoint^>^, BindingParameterCollection^) | Implements the IServiceBehavior::AddBindingParameters method. |
![]() | ApplyDispatchBehavior(ServiceDescription^, ServiceHostBase^) | Implements the IServiceBehavior::ApplyDispatchBehavior method. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | Validate(ServiceDescription^, ServiceHostBase^) | Implements the IServiceBehavior::Validate method. |
The buffered receive feature enables a workflow service to process out-of-order messages. For more information, seeOut-of-Order Message Processing.
Available since 4.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.

