Click or drag to resize

TransactionCommittedEventArgs Class

Contains information about a committed transaction during the Committed event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    AGI.Foundation.Infrastructure.ThreadingTransactionCommittedEventArgs

Namespace:  AGI.Foundation.Infrastructure.Threading
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class TransactionCommittedEventArgs : EventArgs, 
	IDisposable

The TransactionCommittedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyChainedTransaction
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.
Public propertyCommittedObjects
Public propertyVersion
Gets the version number of the committed transaction.
Top
Methods
  NameDescription
Public methodDispose
Releases any resources associated with this instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also