TransactionDispose Method |
Disposes this transaction. It is safe to call this method on a transaction that
has already been committed or aborted. If it has not already been committed or
aborted, it will be aborted.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit
override Dispose : unit -> unit
Implements
IDisposableDisposeSee Also