Eplan Platform API
Eplan.EplApi.DataModel Namespace / Transaction Class / Abort Method

Abort Method
Aborts the transaction. Cannot be called more than one time for given transaction.
Syntax
public void Abort()
Exceptions
ExceptionDescription
Thrown when Transaction has already been committed or aborted.
See Also