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

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