Table of Contents

Class AbpInterceptor

Namespace
Volo.Abp.DynamicProxy
Assembly
Volo.Abp.Core.dll
public abstract class AbpInterceptor : IAbpInterceptor
Inheritance
AbpInterceptor
Implements
Inherited Members
Extension Methods

Constructors

AbpInterceptor()

protected AbpInterceptor()

Methods

InterceptAsync(IAbpMethodInvocation)

public abstract Task InterceptAsync(IAbpMethodInvocation invocation)

Parameters

invocation IAbpMethodInvocation

Returns

Task