Click or drag to resize

TransactedProperty<T>.Abort Method

Aborts the specified modification.

Namespace:  AGI.Foundation.Infrastructure.Threading
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.3.420.0 (24.3.420.0)
Syntax
protected override void Abort(
	Transaction transaction,
	Object modificationDetails
)

Parameters

transaction
Type: AGI.Foundation.Transaction
The aborting transaction.
modificationDetails
Type: System.Object
The modification to abort. This is the object that was passed to AddModification(TransactedObject, Object).
See Also