Click or drag to resize

TrackingArchiveTEntity Constructor (TransactionContext, TrackingTypeArchiverCollection)

Initializes a new instance using the provided TransactionContext and a specified collection of type archivers.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected TrackingArchive(
	TransactionContext context,
	TrackingTypeArchiverCollection typeArchivers
)

Parameters

context
Type: AGI.FoundationTransactionContext
The context for which to archive entities.
typeArchivers
Type: AGI.Foundation.TrackingTrackingTypeArchiverCollection
The type archivers to use to archive entity properties.
Exceptions
ExceptionCondition
ArgumentNullException Thrown when context or typeArchivers is .
See Also