TraceEventCache.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,包含相互關聯資料。
備註
相互關聯數據會以物件的形式儲存在名為 “System.Diagnostics.Trace.CorrelationManagerSlot” 的呼叫內容中。 類別 CorrelationManager 提供用來將邏輯作業身分識別儲存在線程系結內容中的方法,並使用預存身分識別自動標記線程所產生的每個追蹤事件。 透過 CorrelationManager 屬性存取 Trace.CorrelationManager 。 每次呼叫 方法時 StartLogicalOperation ,都會將新的邏輯作業身分識別推送至堆棧。 對方法的每個呼叫 StopLogicalOperation 都會從堆疊快顯邏輯作業身分識別