AfterCommit | Called by DomainObjects after the current object transaction has successfully completed the commit phase of the transaction. |
BeforeCommit | Called by DomainObjects before the current object transaction begins the commit phase of the transaction. |
OnAbort | Called by DomainObjects if the current object transaction is aborted. |
ITransactionAware Interface | DomainObjects.Facade.Transaction Namespace