Class SaasAppliedDatabaseMigrationsHandler
Inheritance
SaasAppliedDatabaseMigrationsHandler
Assembly: Volo.Saas.Host.Application.dll
Syntax
public class SaasAppliedDatabaseMigrationsHandler : IDistributedEventHandler<AppliedDatabaseMigrationsEto>, IEventHandler, ITransientDependency
Constructors
SaasAppliedDatabaseMigrationsHandler(ITenantRepository, IDistributedEventBus)
Declaration
public SaasAppliedDatabaseMigrationsHandler(ITenantRepository tenantRepository, IDistributedEventBus distributedEventBus)
Parameters
Properties
DistributedEventBus
Declaration
protected IDistributedEventBus DistributedEventBus { get; }
Property Value
Logger
Declaration
public ILogger<SaasAppliedDatabaseMigrationsHandler> Logger { get; set; }
Property Value
TenantRepository
Declaration
protected ITenantRepository TenantRepository { get; }
Property Value
Methods
HandleEventAsync(AppliedDatabaseMigrationsEto)
Declaration
public virtual Task HandleEventAsync(AppliedDatabaseMigrationsEto eventData)
Parameters
Returns
Implements
Extension Methods