次の方法で共有


DbConnectionPropertyInterceptionContext<TValue>.AsAsync メソッド

定義

フラグを true に設定して、このインターセプト コンテキスト内のすべてのコンテキスト情報を含む新しい DbConnectionPropertyInterceptionContext<TValue>IsAsync 作成します。

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)

戻り値

非同期フラグ セットに関連付けられた新しいインターセプト コンテキスト。

適用対象