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.
Call object.Abort
The Abort method syntax has the following parts.
Part | Description |
object | The RepositoryTransaction object for the currently open Repository instance. |