Function CSPTxObject::Abort()
Description:
Causes the transaction to abort as a whole, even if all the other components of the transaction were successful.
 |
Prototype:
void Abort();
Arguments:
No arguments (void).
Return value:
No return value (void).
Remarks:
This function is protected and can be call only within the transactional class that inherits from class CSPTxObject.
See also:
member function Commit()
|
|