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: 25.1.421.0 (25.1.421.0)
Syntax
public TransactionContext Context { get; }

Property Value

Type: TransactionContext
See Also