Compartir a través de


DbConnectionDispatcher.OpenAsync Método

Definición

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

Parámetros

connection
DbConnection

Conexión en la que se ejecutará la operación.

interceptionContext
DbInterceptionContext

Información opcional sobre el contexto de la llamada que se realiza.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Tarea que representa la operación asincrónica.

Se aplica a