ResolvingInterceptorIntercept Method |
Intercepts a method invocation.
Namespace:
Autofac.Extras.AggregateService
Assembly:
Autofac.Extras.AggregateService (in Autofac.Extras.AggregateService.dll) Version: 6.0.0+9a0ae3a0a675c94a74f543addfa4c99a731e7032
Syntax public void Intercept(
IInvocation invocation
)
Public Sub Intercept (
invocation As IInvocation
)
Parameters
- invocation
- Type: IInvocation
The method invocation to intercept.
Implements
IInterceptor.Intercept(IInvocation)See Also