共用方式為


DbConnectionPropertyInterceptionContext<TValue>.AsAsync 方法

定義

建立新的 DbConnectionPropertyInterceptionContext<TValue> ,其中包含此攔截內容中的所有內容資訊,並將 IsAsync 旗標設定為 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)

傳回

與非同步旗標集相關聯的新攔截內容。

適用於