TransactionCommittedEventArgs Properties |
The TransactionCommittedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
ChainedTransaction |
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.
| |
CommittedObjects |
Gets an enumerable list of the transacted objects (such as TransactedPropertyT)
that are committed as part of this transaction.
| |
Version |
Gets the version number of the committed transaction.
|