This method cancels the currently active transaction for an open repository instance. All updates made during the transaction are rolled back. The nested transaction count is set to zero.
Call object.Abort
The Abort method syntax has the following part.
Part | Description |
---|---|
object | An object expression that evaluates to a RepositoryTransaction object for the currently open Repository instance |