Method PrepareCommit
PrepareCommit()
The first stage of a 2-phase commit. Implementations should do as much work as possible in this method, but avoid actual committing changes. If the 2-phase commit fails, Rollback() is called to discard all changes since last successful commit.
Declaration
void PrepareCommit()