DispatchRuntime.IgnoreTransactionMessageProperty Property

Definition

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.

Applies to