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를 팝합니다.

적용 대상