The OnAbort event notifies the client when a transaction has been aborted.
Name | Type | Description |
TransactionObject | Transaction | The Transaction object being aborted. When the BeforeOrAfter argument is kBefore this is the Transaction being aborted and it supports the full functionality of a Transaction object. When the BeforeOrAfter argument is kAfter the Transaction object no longer exists so the object provided by this argument is not functional except to compare its identity to another Transaction object. |
Context | NameValueMap | Input object that can be used to determine the context of why the event fired. No context information is provided for this event. |
BeforeOrAfter | EventTimingEnum | Input indicating when the event is being fired. Notification is sent before and after the transaction is aborted. |