DbInterception.Dispatch Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is the entry point for dispatching to interceptors. This is usually only used internally by Entity Framework but it is provided publicly so that other code can make sure that registered interceptors are called when operations are performed on behalf of EF. For example, EF providers a may make use of this when executing commands.
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
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework