TransactionHandler.Committed Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Kann in einer abgeleiteten Klasse implementiert werden.
public virtual void Committed(System.Data.Common.DbTransaction transaction, System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext interceptionContext);
abstract member Committed : System.Data.Common.DbTransaction * System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext -> unit
override this.Committed : System.Data.Common.DbTransaction * System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext -> unit
Public Overridable Sub Committed (transaction As DbTransaction, interceptionContext As DbTransactionInterceptionContext)
Parameter
- transaction
- DbTransaction
Die Transaktion, die commited wurde.
- interceptionContext
- DbTransactionInterceptionContext
Kontextinformationen, die dem Aufruf zugeordnet sind.