IResolvePipeline Interface |
Represents a pipeline that can be invoked to resolve an instance of a service.
Namespace:
Autofac.Core.Resolving.Pipeline
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax public interface IResolvePipeline
Public Interface IResolvePipeline
The IResolvePipeline type exposes the following members.
Methods
| Name | Description |
---|
| Invoke |
Invoke the pipeline to the end, or until an exception is thrown.
|
TopSee Also