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

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