 |
| BcfTransactionIsAlive Property |
Gets a value indicating whether this instance is in use; as active transaction or in undo or redo.
Namespace: CalculationWorks.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntaxpublic bool IsAlive { get; }Public ReadOnly Property IsAlive As Boolean
Get
public:
property bool IsAlive {
bool get ();
}member IsAlive : bool with get
Property Value
Type:
Booleantrue if this instance is alive; otherwise,
false.
RemarksReferences to transaction with IsAlive == false are memory leaks.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.2, 3.0
See Also