Click or drag to resize

TransactedObject Constructor

Initializes a new instance with a specified owner.

Namespace:  AGI.Foundation.Infrastructure.Threading
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected TransactedObject(
	TransactionContext context,
	Object owner
)

Parameters

context
Type: AGI.FoundationTransactionContext
The context in which this object can be modified.
owner
Type: SystemObject
The object that owns this transacted object.
See Also