Share via


PropertyInterceptionContext<TValue>.AsAsync Method

Definition

Creates a new PropertyInterceptionContext<TValue> that contains all the contextual information in this interception context together with the IsAsync flag set to true.

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

Returns

A new interception context associated with the async flag set.

Applies to