TrackingArchiveTEntityIsRunning Property |
Gets a value indicating whether the archiver is currently archiving
changes to entities in the
Context.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool IsRunning { get; }
Public ReadOnly Property IsRunning As Boolean
Get
public:
property bool IsRunning {
bool get ();
}
member IsRunning : bool with get
Property Value
Type:
BooleanSee Also