IRepositoryTransaction::Commit

See Also

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.

HRESULT Commit( void );

Return Value

S_OK

The method completed successfully.

Error

Values

This method failed to complete successfully.