CorrelationManager.LogicalOperationStack 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從呼叫內容取得邏輯作業堆疊。
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 ,都會將新的邏輯作業身分識別推送至 LogicalOperationStack 屬性的堆疊。 每次呼叫 方法時 StopLogicalOperation ,都會從堆疊中快顯邏輯作業身分識別。