ResolvingInterceptor Constructor |
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
)
Public Sub New (
interfaceType As Type,
context As IComponentContext
)
Parameters
- interfaceType
- Type: SystemType
Type of the interface to intercept. - context
- Type: AutofacIComponentContext
The resolution context.
See Also