RepositoryTransaction Abort Method

See Also

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

Call object.Abort

The Abort method syntax has the following parts.

Part Description
object The RepositoryTransaction object for the currently open Repository instance.