BufferedReceiveServiceBehavior Class

Definition

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

public ref class BufferedReceiveServiceBehavior sealed : System::ServiceModel::Description::IServiceBehavior
public sealed class BufferedReceiveServiceBehavior : System.ServiceModel.Description.IServiceBehavior
type BufferedReceiveServiceBehavior = class
    interface IServiceBehavior
Public NotInheritable Class BufferedReceiveServiceBehavior
Implements IServiceBehavior
Inheritance
BufferedReceiveServiceBehavior
Implements

Remarks

The buffered receive feature enables a workflow service to process out-of-order messages. For more information, see Out-of-Order Message Processing.

Constructors

BufferedReceiveServiceBehavior()

Creates a new instance of the BufferedReceiveServiceBehavior class.

Properties

MaxPendingMessagesPerChannel

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

Methods

AddBindingParameters(ServiceDescription, ServiceHostBase, Collection<ServiceEndpoint>, BindingParameterCollection)

Implements the AddBindingParameters(ServiceDescription, ServiceHostBase, Collection<ServiceEndpoint>, BindingParameterCollection) method.

ApplyDispatchBehavior(ServiceDescription, ServiceHostBase)

Implements the ApplyDispatchBehavior(ServiceDescription, ServiceHostBase) 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()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)
Validate(ServiceDescription, ServiceHostBase)

Implements the Validate(ServiceDescription, ServiceHostBase) method.

Applies to