Class DistributedUserUpdateHandler
Implements
IDistributedEventHandler<EntityUpdatedEto<UserEto>>
IEventHandler
ITransientDependency
Inherited Members
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Pro.Domain.Tests.dll
Syntax
public class DistributedUserUpdateHandler : IDistributedEventHandler<EntityUpdatedEto<UserEto>>, IEventHandler, ITransientDependency
Constructors
DistributedUserUpdateHandler(ITestCounter)
Declaration
public DistributedUserUpdateHandler(ITestCounter testCounter)
Parameters
Type | Name | Description |
---|---|---|
ITestCounter | testCounter |
Methods
HandleEventAsync(EntityUpdatedEto<UserEto>)
Declaration
public Task HandleEventAsync(EntityUpdatedEto<UserEto> eventData)
Parameters
Type | Name | Description |
---|---|---|
EntityUpdatedEto<UserEto> | eventData |
Returns
Type | Description |
---|---|
Task |
Implements
Volo.Abp.EventBus.Distributed.IDistributedEventHandler<>
Volo.Abp.EventBus.IEventHandler
Volo.Abp.DependencyInjection.ITransientDependency