Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

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

Namespace:   System.ServiceModel.Channels
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property bool TransactedReceiveEnabled {
	virtual bool get() sealed;
}

Property Value

Type: System::Boolean

true 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
Return to top
Show:
© 2017 Microsoft