DomainObjects Class Library

ITransactionSetAware.AfterCommit Method 

Called by DomainObjects after the current object transaction has successfully completed the commit phase of the transaction.

void AfterCommit(
   List<T> boundObjects
);

Parameters

boundObjects
The objects that were successfully committed by the current transaction.

See Also

ITransactionSetAware Interface | DomainObjects.Facade.Transaction Namespace