Freigeben über


DbConnectionDispatcher.OpenAsync Methode

Definition

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

Parameter

connection
DbConnection

Die Verbindung, für die der Vorgang ausgeführt wird.

interceptionContext
DbInterceptionContext

Optionale Informationen zum Kontext des Aufrufs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Eine Aufgabe, die den asynchronen Vorgang darstellt.

Gilt für: