Click or drag to resize

TransactedObjectAbort Method

Aborts the specified modification.

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 abstract void Abort(
	Transaction transaction,
	Object modificationDetails
)

Parameters

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