共用方式為


DispatchRuntime.IgnoreTransactionMessageProperty 屬性

定義

取得或設定指定是否要忽略 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

屬性值

Boolean

如果在執行服務方法時忽略 TransactionMessageProperty,則為 true,否則為 false

備註

TransactionMessageProperty可讓使用專屬交易流程機制的協力廠商通道開發人員在其通道中引進其交易,Windows Communication Foundation (WCF) 。 如果這個屬性設定為 true,即表示在執行此服務方法時將忽略該交易。

適用於