Partager via


DbConnectionDispatcher.OpenAsync Méthode

Définition

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.

S’applique à