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: 25.1.421.0 (25.1.421.0)
Syntaxprotected 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 -> TrackingArchiveParameters
- 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