TransactedBatchingBehavior Class
Represents a behavior that optimizes the receive operations for transports that support transactional receives.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | TransactedBatchingBehavior(Int32) | Initializes a new instance of the TransactedBatchingBehavior class with the specified batch size. |
| Name | Description | |
|---|---|---|
![]() | MaxBatchSize | Gets or sets the maximum number of receive operations that can be batched together in one transaction. |
| 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^) | Applies binding settings to the specified service endpoint. This method cannot be inherited. |
![]() ![]() | IEndpointBehavior::ApplyClientBehavior(ServiceEndpoint^, ClientRuntime^) | Applies transaction batching behavior settings to the specified service endpoint. This method cannot be inherited. |
![]() ![]() | IEndpointBehavior::ApplyDispatchBehavior(ServiceEndpoint^, EndpointDispatcher^) | Associates an endpoint dispatcher with the specified service endpoint. This method cannot be inherited. |
![]() ![]() | IEndpointBehavior::Validate(ServiceEndpoint^) | Ensures that transacted batching is applicable only for the bindings that support transacted receive operation. This method cannot be inherited. |
A transport that is configured with this behavior attempts to batch several receive operations into one transaction. By doing so, the relatively high cost of creating a transaction and committing it in every receive operation is avoided.
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.




