Click or drag to resize

IResolveMiddleware Interface

Defines an executable resolve middleware.

Namespace:  Autofac.Core.Resolving.Pipeline
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public interface IResolveMiddleware

The IResolveMiddleware type exposes the following members.

Properties
  NameDescription
Public propertyPhase
Gets the phase of the resolve pipeline at which to execute.
Top
Methods
  NameDescription
Public methodExecute
Invoked when this middleware is executed as part of an active ResolveRequest. The middleware should usually call the next method in order to continue the pipeline, unless the middleware fully satisfies the request.
Top
See Also