MemoryArchive<TEntity> Constructor (TransactionContext) |
Construct a new instance with the provided context.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.3.420.0 (24.3.420.0)
Syntaxpublic MemoryArchive(
TransactionContext context
)
Public Sub New (
context As TransactionContext
)
public:
MemoryArchive(
TransactionContext^ context
)
new :
context : TransactionContext -> MemoryArchive
Parameters
- context
- Type: AGI.Foundation.TransactionContext
The context in which archiving is to take place.
See Also