DomainObjects Class Library

ITransactionSetAware.OnAbort Method 

Called by DomainObjects if the current object transaction is aborted.

void OnAbort(
   List<T> boundObjects
);

Parameters

boundObjects
The objects that were involved in the aborted transaction.

See Also

ITransactionSetAware Interface | DomainObjects.Facade.Transaction Namespace