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

プロパティ値

trueでは、サービス メソッドの実行時に TransactionMessageProperty は無視されます。それ以外の場合は false

注釈

TransactionMessagePropertyを使用すると、チャネルに独自のトランザクション フロー メカニズムを使用するサード パーティのチャネル開発者は、Windows Communication Foundation (WCF) にトランザクションを導入できます。 このプロパティが true に設定されている場合、サービス メソッドの実行時にトランザクションは無視されます。

適用対象