CommitFailureHandler.Committed Method (DbTransaction, DbTransactionInterceptionContext)
If there was an exception thrown checks the database for this transaction and rethrows it if not found. Otherwise marks the commit as succeeded and queues the transaction information to be deleted.
Assembly: EntityFramework (in EntityFramework.dll)
public override void Committed( DbTransaction transaction, DbTransactionInterceptionContext interceptionContext )
Parameters
- transaction
-
Type:
System.Data.Common.DbTransaction
The transaction that was commited.
- interceptionContext
-
Type:
System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext
The contextual information associated with the call.