Class AbpInterceptor
Inheritance
AbpInterceptor
Implements
Inherited Members
Namespace: Volo.Abp.DynamicProxy
Assembly: Volo.Abp.Core.dll
Syntax
public abstract class AbpInterceptor : IAbpInterceptor
Constructors
AbpInterceptor()
Declaration
protected AbpInterceptor()
Methods
InterceptAsync(IAbpMethodInvocation)
Declaration
public abstract Task InterceptAsync(IAbpMethodInvocation invocation)
Parameters
| Type | Name | Description |
|---|---|---|
| IAbpMethodInvocation | invocation |
Returns
| Type | Description |
|---|---|
| Task |