Class DistributedUserUpdateHandler
Inheritance
DistributedUserUpdateHandler
Assembly: Volo.Abp.Identity.Domain.Tests.dll
Syntax
public class DistributedUserUpdateHandler : IDistributedEventHandler<EntityUpdatedEto<UserEto>>, IEventHandler, ITransientDependency
Constructors
DistributedUserUpdateHandler(ITestCounter)
Declaration
public DistributedUserUpdateHandler(ITestCounter testCounter)
Parameters
Methods
HandleEventAsync(EntityUpdatedEto<UserEto>)
Declaration
public Task HandleEventAsync(EntityUpdatedEto<UserEto> eventData)
Parameters
Returns
Implements
Extension Methods