DispatchOperation.IsInsideTransactedReceiveScope プロパティ

定義

操作のスコープがトランザクション処理された受信アクティビティ内にあるかどうかを取得または設定します。

public:
 property bool IsInsideTransactedReceiveScope { bool get(); void set(bool value); };
public bool IsInsideTransactedReceiveScope { get; set; }
member this.IsInsideTransactedReceiveScope : bool with get, set
Public Property IsInsideTransactedReceiveScope As Boolean

プロパティ値

スコープがトランザクション処理された受信アクティビティ内にある場合は true。それ以外の場合は false

適用対象