Click or drag to resize

TransactionContext Property

Gets the transaction context in which this transaction operates. This transaction can only be used to access transacted objects in this context.

Namespace:  AGI.Foundation
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TransactionContext Context { get; }

Property Value

Type: TransactionContext
See Also