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.

DispatchRuntime::IgnoreTransactionMessageProperty Property

 

Gets or sets whether to ignore the TransactionMessageProperty.

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

public:
property bool IgnoreTransactionMessageProperty {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true, the TransactionMessageProperty is ignored when executing the service method; otherwise false.

The TransactionMessageProperty allows third-party channel developers who use a proprietary transaction flow mechanism for their channel to introduce their transaction into Windows Communication Foundation (WCF). If this property is set to true, the transaction is ignored when executing the service method.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft