Show / Hide Table of Contents

Class DistributedUserUpdateHandler

Inheritance
object
DistributedUserUpdateHandler
Implements
IDistributedEventHandler<EntityUpdatedEto<UserEto>>
IEventHandler
ITransientDependency
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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
In this article
Back to top Powered by Volosoft