MsmqBindingElementBase.TransactedReceiveEnabled Property

Definition

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.

Applies to