Click or drag to resize

BcfTransactionIsAlive Property

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

Gets a value indicating whether this instance is in use; as active transaction or in undo or redo.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public bool IsAlive { get; }

Property Value

Type: Boolean
true if this instance is alive; otherwise, false.
Remarks
References to transaction with IsAlive == false are probably memory leaks.
See Also