Commits this transaction so that its changes are visible to other transactions.
This method may throw
TransactionConflictException if another transaction
modifies one of the same values as this transaction and the other transaction commits first.
Use
DoTransactionally(ActionTransaction) to automatically retry conflicting
exceptions.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax member Commit : unit -> unit
Exceptions See Also