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.2.419.0 (24.2.419.0)
Syntax protected TransactedObject(
TransactionContext context,
Object owner
)
Protected Sub New (
context As TransactionContext,
owner As Object
)
protected:
TransactedObject(
TransactionContext^ context,
Object^ owner
)
new :
context : TransactionContext *
owner : Object -> TransactedObject
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