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