 | 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
Syntaxpublic bool IsAlive { get; }Public ReadOnly Property IsAlive As Boolean
Get
Property Value
Type:
Booleantrue if this instance is alive; otherwise,
false.
RemarksReferences to transaction with IsAlive == false are probably memory leaks.
See Also