TransactionIsActive Property |
Gets a value indicating whether or not this transaction is still active.
A transaction is active from the time it is constructed until
Commit,
Abort, or
Dispose is called on it.
Namespace:
AGI.Foundation
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool IsActive { get; }
Public ReadOnly Property IsActive As Boolean
Get
public:
property bool IsActive {
bool get ();
}
member IsActive : bool with get
Property Value
Type:
BooleanSee Also