Method Commit
Commit()
The second phase of a 2-phase commit. Implementations should ideally do very little work in this method (following PrepareCommit(), and after it returns, the caller can assume that the changes were successfully committed to the underlying storage.
Declaration
void Commit()