This type contains the following members.

public class UserDeletedSubscriber: IEventSubscriber<UserAggregate, UserId, UserDeleted>
Inheritance:
ObjectUserDeletedSubscriber
Implements:
IEventSubscriber<TAggregate, TAggregateId, TAggregateEvent>

Constructors

UserDeletedSubscriber(IRepository<UserLoginEntity>, IRepository<UserProfileEntity>, IApplicationCache, ILicenseContext)

Methods

HandleAsync(IDomainEvent<UserAggregate, UserId, UserDeleted>, CancellationToken)