TransactionContext Property |
Gets the transaction context in which this transaction operates. This transaction can
only be used to access transacted objects in this context.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public TransactionContext Context { get; }
Public ReadOnly Property Context As TransactionContext
Get
public:
property TransactionContext^ Context {
TransactionContext^ get ();
}
member Context : TransactionContext with get
Property Value
Type:
TransactionContextSee Also