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.2.419.0 (24.2.419.0)
Syntax protected TrackingArchive(
TransactionContext context,
TrackingTypeArchiverCollection typeArchivers
)
Protected Sub New (
context As TransactionContext,
typeArchivers As TrackingTypeArchiverCollection
)
protected:
TrackingArchive(
TransactionContext^ context,
TrackingTypeArchiverCollection^ typeArchivers
)
new :
context : TransactionContext *
typeArchivers : TrackingTypeArchiverCollection -> TrackingArchive
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 See Also