IResolveMiddleware Interface |
Namespace: Autofac.Core.Resolving.Pipeline
The IResolveMiddleware type exposes the following members.
Name | Description | |
---|---|---|
Execute |
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.
|