Click or drag to resize

TransactedObjectCheckTransaction Method

Verifies that a specified transaction is in the same context as this transacted object and throws an ArgumentException if it is not.

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 void CheckTransaction(
	Transaction transaction
)

Parameters

transaction
Type: AGI.FoundationTransaction
The transaction to verify.
Exceptions
ExceptionCondition
ArgumentException The specified transaction is in a different context than this transacted object.
See Also