MemoryArchiveTEntity Constructor (TransactionContext, TrackingTypeArchiverCollection) | 
 
            Construct a new instance with the provided context and type archivers.
            
 
    Namespace: 
   AGI.Foundation.Tracking
    Assembly:
   AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic MemoryArchive(
	TransactionContext context,
	TrackingTypeArchiverCollection typeArchivers
)
Public Sub New ( 
	context As TransactionContext,
	typeArchivers As TrackingTypeArchiverCollection
)
public:
MemoryArchive(
	TransactionContext^ context, 
	TrackingTypeArchiverCollection^ typeArchivers
)
new : 
        context : TransactionContext * 
        typeArchivers : TrackingTypeArchiverCollection -> MemoryArchiveParameters
- context
 - Type: AGI.FoundationTransactionContext
The context in which archiving is to take place. - typeArchivers
 - Type: AGI.Foundation.TrackingTrackingTypeArchiverCollection
The type archivers to use to archive entity properties. 
See Also