Freigeben über


DbTransactionInterceptionContext<TResult>.AsAsync Methode

Definition

Erstellt eine neue DbTransactionInterceptionContext<TResult> , die alle kontextbezogenen Informationen in diesem Abfangkontext zusammen mit dem IsAsync auf true festgelegten Flag enthält.

public System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext<TResult> AsAsync ();
override this.AsAsync : unit -> System.Data.Entity.Infrastructure.Interception.DbTransactionInterceptionContext<'Result>
Public Function AsAsync () As DbTransactionInterceptionContext(Of TResult)

Gibt zurück

Ein neuer Abfangkontext, der dem asynchronen Flagsatz zugeordnet ist.

Gilt für: