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.
This method failed to complete successfully.