Class GlobalFeatureInterceptor
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.GlobalFeatures
Assembly: Volo.Abp.GlobalFeatures.dll
Syntax
public class GlobalFeatureInterceptor : AbpInterceptor, IAbpInterceptor, ITransientDependency
Constructors
GlobalFeatureInterceptor()
Declaration
public GlobalFeatureInterceptor()
Methods
InterceptAsync(IAbpMethodInvocation)
Declaration
public override Task InterceptAsync(IAbpMethodInvocation invocation)
Parameters
Type | Name | Description |
---|---|---|
IAbpMethodInvocation | invocation |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |