API Reference > OdDb Classes > OdDbTransactionReactor Class > OdDbTransactionReactor Methods > OdDbTransactionReactor::transactionAboutToEnd Method
OdDbTransactionReactor::transactionAboutToEnd Method
Syntax
C++
virtual void transactionAboutToEnd(OdDbDatabase* pDb);
Parameters 
Description 
OdDbDatabase* pDb 
[in] Pointer to the database sending the notification. 

Notification function called to indicate a transaction is about to end. 

 

  • transactionAborted
  • transactionAboutToAbort
  • transactionAboutToStart
  • transactionEnded
  • transactionStarted
Copyright © 2002–2020. Open Design Alliance. All rights reserved.