CommitFailureHandler.Disposed Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Прекращает отслеживание транзакции, которая была удалена.
public override void Disposed(System.Data.Common.DbTransaction transaction, System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext interceptionContext);
override this.Disposed : System.Data.Common.DbTransaction * System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext -> unit
Public Overrides Sub Disposed (transaction As DbTransaction, interceptionContext As DbTransactionInterceptionContext)
Параметры
- transaction
- DbTransaction
Удаленная транзакция.
- interceptionContext
- DbTransactionInterceptionContext
Контекстная информация, связанная с вызовом.