Class SubscriptionUpdatedHandler
Inheritance
SubscriptionUpdatedHandler
Assembly: Volo.Saas.Domain.dll
Syntax
public class SubscriptionUpdatedHandler : IDistributedEventHandler<SubscriptionUpdatedEto>, IEventHandler, ITransientDependency
Constructors
SubscriptionUpdatedHandler(ITenantRepository, ILogger<SubscriptionCreatedHandler>)
Declaration
public SubscriptionUpdatedHandler(ITenantRepository tenantRepository, ILogger<SubscriptionCreatedHandler> logger)
Parameters
Properties
Logger
Declaration
protected ILogger<SubscriptionCreatedHandler> Logger { get; }
Property Value
TenantRepository
Declaration
protected ITenantRepository TenantRepository { get; }
Property Value
Methods
HandleEventAsync(SubscriptionUpdatedEto)
Declaration
public Task HandleEventAsync(SubscriptionUpdatedEto eventData)
Parameters
Returns
Implements
Extension Methods