Click or drag to resize

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

The IResolvePipeline type exposes the following members.

Methods
  NameDescription
Public methodInvoke
Invoke the pipeline to the end, or until an exception is thrown.
Top
See Also