DbConnectionDispatcher.OpenAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sends Opening(DbConnection, DbConnectionInterceptionContext) and Opened(DbConnection, DbConnectionInterceptionContext) to any IDbConnectionInterceptor registered on DbInterception before/after making a call to 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
Parameters
- connection
- DbConnection
The connection on which the operation will be executed.
- interceptionContext
- DbInterceptionContext
Optional information about the context of the call being made.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
A task that represents the asynchronous operation.
Applies to
Entity Framework