Click or drag to resize

TransactedPropertyT Constructor (TransactionContext, Object, T)

Initializes a new property with a specified context, owner, and value.

Namespace:  AGI.Foundation.Infrastructure.Threading
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public TransactedProperty(
	TransactionContext context,
	Object owner,
	T value
)

Parameters

context
Type: AGI.FoundationTransactionContext
The context in which this property can be read and modified.
owner
Type: SystemObject
The object that owns this property.
value
Type: T
The initial value of the property.
See Also