MutableInterceptionContext.AsAsync Método

Definición

Crea un nuevo MutableInterceptionContext 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.MutableInterceptionContext AsAsync();
override this.AsAsync : unit -> System.Data.Entity.Infrastructure.Interception.MutableInterceptionContext
Public Function AsAsync () As MutableInterceptionContext

Devoluciones

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

Se aplica a