Method OnRollingBack
| Improve this Doc View SourceOnRollingBack(ITransaction, AddonInvoker)
Intercepts before ITransaction rolling back.
Declaration
void OnRollingBack(ITransaction transaction, AddonInvoker invoker)
Parameters
Type | Name | Description |
---|---|---|
ITransaction | transaction | The ITransaction. |
AddonInvoker | invoker | The AddonInvoker which wraps the ITransaction execution. |