Compartir a través de


DbConnectionPropertyInterceptionContext<TValue>.AsAsync Método

Definición

Crea un nuevo DbConnectionPropertyInterceptionContext<TValue> objeto que contiene toda la información contextual de este contexto de interceptación junto con la IsAsync marca establecida en true.

public System.Data.Entity.Infrastructure.Interception.DbConnectionPropertyInterceptionContext<TValue> AsAsync ();
override this.AsAsync : unit -> System.Data.Entity.Infrastructure.Interception.DbConnectionPropertyInterceptionContext<'Value>
Public Function AsAsync () As DbConnectionPropertyInterceptionContext(Of TValue)

Devoluciones

Nuevo contexto de interceptación asociado al conjunto de marcas asincrónicas.

Se aplica a