Class UnitOfWorkInterceptor
Inheritance
UnitOfWorkInterceptor
Assembly: Volo.Abp.Uow.dll
Syntax
public class UnitOfWorkInterceptor : AbpInterceptor, IAbpInterceptor, ITransientDependency
Constructors
UnitOfWorkInterceptor(IServiceScopeFactory)
Declaration
public UnitOfWorkInterceptor(IServiceScopeFactory serviceScopeFactory)
Parameters
Methods
InterceptAsync(IAbpMethodInvocation)
Declaration
public override Task InterceptAsync(IAbpMethodInvocation invocation)
Parameters
Returns
Overrides
Implements
Extension Methods