Click or drag to resize

ResolvingInterceptor Constructor

Initializes a new instance of the ResolvingInterceptor class.

Namespace:  Autofac.Extras.AggregateService
Assembly:  Autofac.Extras.AggregateService (in Autofac.Extras.AggregateService.dll) Version: 6.0.0+9a0ae3a0a675c94a74f543addfa4c99a731e7032
Syntax
public ResolvingInterceptor(
	Type interfaceType,
	IComponentContext context
)

Parameters

interfaceType
Type: SystemType
Type of the interface to intercept.
context
Type: AutofacIComponentContext
The resolution context.
See Also