CalculationWorks Logo
BcfTransactionCommit Method CalculationWorks BCF Library 1.1 for .NET Framework 4.5

[This is preliminary documentation and is subject to change.]

Commits all changes within this transaction.

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 1.1.0.0
Syntax

public virtual void Commit()
Exceptions

ExceptionCondition
InvalidOperationException

IsDiscarded is true

IsCurrent is false

BcfComputeExceptionenforcing relations or calculation caused an exception
BcfExternalEventReleaseExceptionException occurred after transaction was committed while releasing the change events.
Remarks

Before every end of any transaction or subtransaction and every begin of a subtransaction the queued calculations and validations will be processed.
See Also

Reference