Class FeatureInterceptor
Inheritance
System.Object
FeatureInterceptor
Implements
ITransientDependency
Assembly: Volo.Abp.Features.dll
Syntax
public class FeatureInterceptor : AbpInterceptor, ITransientDependency
Constructors
FeatureInterceptor(IMethodInvocationFeatureCheckerService)
Declaration
public FeatureInterceptor(IMethodInvocationFeatureCheckerService methodInvocationFeatureCheckerService)
Parameters
Methods
CheckFeaturesAsync(IAbpMethodInvocation)
Declaration
protected virtual Task CheckFeaturesAsync(IAbpMethodInvocation invocation)
Parameters
Type |
Name |
Description |
IAbpMethodInvocation |
invocation |
|
Returns
InterceptAsync(IAbpMethodInvocation)
Declaration
public override Task InterceptAsync(IAbpMethodInvocation invocation)
Parameters
Type |
Name |
Description |
IAbpMethodInvocation |
invocation |
|
Returns
Implements
ITransientDependency
Extension Methods