IRepositoryTransaction::Abort

Meta Data Services Programming

Meta Data Services Programming

IRepositoryTransaction::Abort

This method cancels the currently active transaction for an open repository. All updates made during the transaction are undone. The nested transaction count is set to zero.

Syntax

HRESULT Abort(void);

Return Value

S_OK

The method completed successfully.

Error Values

This method failed to complete successfully.

See Also

IRepositoryTransaction Interface