Class AbpAsyncDeterminationInterceptor<TInterceptor>
Inheritance
AbpAsyncDeterminationInterceptor<TInterceptor>
Assembly: Volo.Abp.Castle.Core.dll
Syntax
public class AbpAsyncDeterminationInterceptor<TInterceptor> : AsyncDeterminationInterceptor where TInterceptor : IAbpInterceptor
Type Parameters
Name |
Description |
TInterceptor |
|
Constructors
AbpAsyncDeterminationInterceptor(TInterceptor)
Declaration
public AbpAsyncDeterminationInterceptor(TInterceptor abpInterceptor)
Parameters
Type |
Name |
Description |
TInterceptor |
abpInterceptor |
|
Extension Methods