IRepositoryTransaction::Commit

Meta Data Services Programming

Meta Data Services Programming

IRepositoryTransaction::Commit

This method decrements the nested transaction count for an open repository instance. If the currently active transaction is not nested, all changes made to repository data within the transaction are committed to the repository database. A transaction is not nested if the nested transaction count equals one.

Syntax

HRESULT Commit(void);

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IRepositoryTransaction Interface