TrackingArchiveTEntity Constructor (TransactionContext) |
Initializes a new instance using the provided
TransactionContext.
The default collection of type archivers is used.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 25.2.423.0 (25.2.423.0)
Syntaxprotected TrackingArchive(
TransactionContext context
)
Protected Sub New (
context As TransactionContext
)
protected:
TrackingArchive(
TransactionContext^ context
)
new :
context : TransactionContext -> TrackingArchiveParameters
- context
- Type: AGI.FoundationTransactionContext
The context for which to archive entities.
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown when context is .
|
See Also