Interface IAbpInterceptor
Namespace: Volo.Abp.DynamicProxy
Assembly: Volo.Abp.Core.dll
Syntax
public interface IAbpInterceptor
Methods
InterceptAsync(IAbpMethodInvocation)
Declaration
Task InterceptAsync(IAbpMethodInvocation invocation)
Parameters
Type | Name | Description |
---|---|---|
IAbpMethodInvocation | invocation |
Returns
Type | Description |
---|---|
Task |