Click or drag to resize

TrackingArchive<TEntity> Constructor (TransactionContext)

Initializes a new instance using the provided TransactionContext. The default collection of type archivers is used.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
protected TrackingArchive(
	TransactionContext context
)

Parameters

context
Type: AGI.Foundation.TransactionContext
The context for which to archive entities.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when context is null.
See Also