This interface describes events associated with transactions.
Note that there is no event associated with transaction commit because IMtsTransactionEvents tracks only phase-one notifications of the two-phase commit protocol.
Method | Description |
---|---|
OnTransactionStart | Indicates that a transactional component has been created. |
OnTransactionPrepared | Indicates that the transaction is preparing to commit. |
OnTransactionAborted | Indicates that the transaction has aborted. |