TransactedPropertyTEnsureValue Method |
At
Commit time, ensures that the value of this property, as seen by a
given
Transaction, has not changed. If another transaction commits a change to this
property after the specified
transaction starts, the specified
transaction
will throw
TransactionConflictException when it is committed.
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public void EnsureValue(
Transaction transaction
)
Public Sub EnsureValue (
transaction As Transaction
)
public:
void EnsureValue(
Transaction^ transaction
)
member EnsureValue :
transaction : Transaction -> unit
Parameters
- transaction
- Type: AGI.FoundationTransaction
The transaction in which to ensure that the value of the property does not change.
See Also