CorrelationManager.LogicalOperationStack プロパティ

定義

呼び出しコンテキストから論理的な操作のスタックを取得します。

public:
 property System::Collections::Stack ^ LogicalOperationStack { System::Collections::Stack ^ get(); };
public System.Collections.Stack LogicalOperationStack { get; }
member this.LogicalOperationStack : System.Collections.Stack
Public ReadOnly Property LogicalOperationStack As Stack

プロパティ値

呼び出しコンテキストの論理的な操作のスタックを表す Stack オブジェクト。

注釈

メソッドを StartLogicalOperation 呼び出すたびに、新しい論理操作 ID がプロパティのスタックに LogicalOperationStack プッシュされます。 メソッドを StopLogicalOperation 呼び出すたびに、スタックから論理操作 ID がポップされます。

適用対象