TransactionCommittedEventArgsChainedTransaction Property |
Gets a
Transaction that can be used to make additional changes that will
be committed immediately after the current transaction finishes committing.
It is not necessary (or allowed) to explicitly call
Commit on this transaction
because it will automatically be called at the appropriate time.
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 Transaction ChainedTransaction { get; }
Public ReadOnly Property ChainedTransaction As Transaction
Get
public:
property Transaction^ ChainedTransaction {
Transaction^ get ();
}
member ChainedTransaction : Transaction with get
Property Value
Type:
TransactionSee Also