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.
Syntax
void before_completion();
Input parameters
None.
Return values
None.