BufferedReceiveServiceBehavior Class

.NET Framework (current version)
 

A service behavior that enables your service to use buffered receive processing.

Namespace:   System.ServiceModel.Activities.Description
Assembly:  System.ServiceModel.Activities (in System.ServiceModel.Activities.dll)

System::Object
  System.ServiceModel.Activities.Description::BufferedReceiveServiceBehavior

public ref class BufferedReceiveServiceBehavior sealed : IServiceBehavior

NameDescription
System_CAPS_pubmethodBufferedReceiveServiceBehavior()

Creates a new instance of the BufferedReceiveServiceBehavior class.

NameDescription
System_CAPS_pubpropertyMaxPendingMessagesPerChannel

Gets or sets a value that specifies the maximum number of pending messages allowed for each channel.

NameDescription
System_CAPS_pubmethodAddBindingParameters(ServiceDescription^, ServiceHostBase^, Collection<ServiceEndpoint^>^, BindingParameterCollection^)
System_CAPS_pubmethodApplyDispatchBehavior(ServiceDescription^, ServiceHostBase^)
System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodValidate(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.

.NET Framework
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.

Return to top
Show: