DispatchRuntime.IgnoreTransactionMessageProperty 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定指定是否要忽略 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
屬性值
如果在執行服務方法時忽略 TransactionMessageProperty,則為 true
,否則為 false
。
備註
TransactionMessageProperty可讓使用專屬交易流程機制的協力廠商通道開發人員在其通道中引進其交易,Windows Communication Foundation (WCF) 。 如果這個屬性設定為 true
,即表示在執行此服務方法時將忽略該交易。