IDbConnectionInterceptor.ConnectionClosedAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé juste après qu’EF a appelé CloseAsync().
public System.Threading.Tasks.Task ConnectionClosedAsync(System.Data.Common.DbConnection connection, Microsoft.EntityFrameworkCore.Diagnostics.ConnectionEndEventData eventData);
public virtual System.Threading.Tasks.Task ConnectionClosedAsync(System.Data.Common.DbConnection connection, Microsoft.EntityFrameworkCore.Diagnostics.ConnectionEndEventData eventData);
abstract member ConnectionClosedAsync : System.Data.Common.DbConnection * Microsoft.EntityFrameworkCore.Diagnostics.ConnectionEndEventData -> System.Threading.Tasks.Task
abstract member ConnectionClosedAsync : System.Data.Common.DbConnection * Microsoft.EntityFrameworkCore.Diagnostics.ConnectionEndEventData -> System.Threading.Tasks.Task
override this.ConnectionClosedAsync : System.Data.Common.DbConnection * Microsoft.EntityFrameworkCore.Diagnostics.ConnectionEndEventData -> System.Threading.Tasks.Task
Public Function ConnectionClosedAsync (connection As DbConnection, eventData As ConnectionEndEventData) As Task
Public Overridable Function ConnectionClosedAsync (connection As DbConnection, eventData As ConnectionEndEventData) As Task
Paramètres
- connection
- DbConnection
Connexion.
- eventData
- ConnectionEndEventData
Informations contextuelles sur la connexion.
Retours
Task représentant l’opération asynchrone.