Function CSPTxObject::Commit()

Description:
Marks the actions taken by a transactional object as successful ( can be commited ).

Prototype:
void Commit();

Arguments:
No arguments (void).

Return value:
No return value (void).

Remarks:
The actions of the object will be commited only if all the objects in the transaction commit too.
This function is protected and can be call only within the transactional class that inherits from class CSPTxObject.

See also:
member function Abort()
CSPTxObject | Other support classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd