DispatchRuntime.IgnoreTransactionMessageProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether to ignore the TransactionMessageProperty.
public:
property bool IgnoreTransactionMessageProperty { bool get(); void set(bool value); };
public bool IgnoreTransactionMessageProperty { get; set; }
member this.IgnoreTransactionMessageProperty : bool with get, set
Public Property IgnoreTransactionMessageProperty As Boolean
Property Value
true
, the TransactionMessageProperty is ignored when executing the service method; otherwise false
.
Remarks
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.