![]() |
Overview Informs the target object that the transaction that it represents is about to be completed. Original interface CosTransactions::Synchronization Interface
Intended Usage
Called from within the Transaction Service. Informs the target object that the transaction that it represents is about to be completed. The target object can perform transactional work before it returns.
IDL Syntax
void before_completion();
Input parameters
None.
Return values
None.
Related reference... | |
CosTransactions in the Transaction Service | |
Parent: CosTransactions::Synchronization Interface | |
Synchronization::after_completion | |