TransactedObjectContext Property |
Gets the transaction context in which this object can be modified.
Namespace:
AGI.Foundation.Infrastructure.Threading
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