The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MsmqBindingElementBase::TransactedReceiveEnabled Property
.NET Framework (current version)
Gets a value that specifies whether a transaction is required to receive messages with this binding.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::Booleantrue if the binding requires a transaction for a receive operation; otherwise, false.
The dispatcher accesses this property to determine whether a transaction is required for a receive operation.
The queued transport in WCF returns true for this property if, and only if, ExactlyOnce is set to true.
.NET Framework
Available since 3.0
Available since 3.0
Show: