DbInterception.Dispatch 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
這是分派到攔截器的進入點。 這通常僅供 Entity Framework 內部使用,但會公開提供,讓其他程式碼能夠確保代表 EF 執行作業時,會呼叫已註冊的攔截器。 例如,EF 提供者在執行命令時,可能會使用此方法。
public static System.Data.Entity.Infrastructure.Interception.DbDispatchers Dispatch { get; }
member this.Dispatch : System.Data.Entity.Infrastructure.Interception.DbDispatchers
Public Shared ReadOnly Property Dispatch As DbDispatchers