CorrelationManager.LogicalOperationStack Eigenschaft

Definition

Ruft den logische Vorgangsstapel vom Aufrufkontext ab.

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

Eigenschaftswert

Ein Stack-Objekt, das den logischen Vorgangsstapel für den Aufrufkontext darstellt.

Hinweise

Jeder Aufruf der StartLogicalOperation -Methode pusht eine neue identität des logischen Vorgangs auf den Stapel der LogicalOperationStack Eigenschaft. Jeder Aufruf der StopLogicalOperation -Methode füllt eine Identität des logischen Vorgangs aus dem Stapel.

Gilt für: