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

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