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: 23.2.417.0 (23.2.417.0)
Syntaxpublic bool IsActive { get; }
Public ReadOnly Property IsActive As Boolean
Get
public:
property bool IsActive {
bool get ();
}
member IsActive : bool with get
Property Value
Type:
Boolean
See Also