MsmqBindingElementBase.TransactedReceiveEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value that specifies whether a transaction is required to receive messages with this binding.
public:
property bool TransactedReceiveEnabled { bool get(); };
public bool TransactedReceiveEnabled { get; }
member this.TransactedReceiveEnabled : bool
Public ReadOnly Property TransactedReceiveEnabled As Boolean
Property Value
true
if the binding requires a transaction for a receive operation; otherwise, false
.
Implements
Remarks
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
.