Method Rollback
Rollback()
Discards any changes that have occurred since the last commit. In a 2-phase commit algorithm, where one of the objects failed to Commit() or PrepareCommit(), this method is used to roll all other objects back to their previous state.
Declaration
void Rollback()