MsmqBindingElementBase.TransactedReceiveEnabled Property

Definition

Gets a value that specifies whether a transaction is required to receive messages with this binding.

C#
public bool TransactedReceiveEnabled { get; }

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

Produkt Verzie
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1