Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public bool IsActive { get; }

Property Value

Type: Boolean
See Also