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: