Overview | Informs the target object that the transaction that it represents has been completed. |
Original interface | CosTransactions::Synchronization Interface |
Intended Usage
Called from within the Transaction Service. Informs the target object that the transaction that it represents has been completed. The current status of the transaction (as determined by the register_synchronization operation of the Coordinator Interface) is provided as input.
Syntax
void after_completion(in Status status);
Input parameters
Return values
None.