DbConnectionDispatcher.OpenAsync 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.
Envoie Opening(DbConnection, DbConnectionInterceptionContext) et Opened(DbConnection, DbConnectionInterceptionContext) à n’importe quel IDbConnectionInterceptor inscrit sur DbInterception avant/après avoir effectué un appel à Open().
public virtual System.Threading.Tasks.Task OpenAsync (System.Data.Common.DbConnection connection, System.Data.Entity.Infrastructure.Interception.DbInterceptionContext interceptionContext, System.Threading.CancellationToken cancellationToken);
abstract member OpenAsync : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbInterceptionContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
override this.OpenAsync : System.Data.Common.DbConnection * System.Data.Entity.Infrastructure.Interception.DbInterceptionContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Paramètres
- connection
- DbConnection
Connexion sur laquelle l’opération sera exécutée.
- interceptionContext
- DbInterceptionContext
Informations facultatives sur le contexte de l’appel effectué.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Tâche qui représente l’opération asynchrone.