View Source
Class PremigrationUpgrader
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class PremigrationUpgrader : INotificationAsyncHandler<RuntimePremigrationsUpgradeNotification>, INotificationHandler
Constructors
View Source
PremigrationUpgrader(IProfilingLogger, DatabaseBuilder, IRuntimeState, IUmbracoDatabaseFactory, IKeyValueService)
Declaration
public PremigrationUpgrader(IProfilingLogger profilingLogger, DatabaseBuilder databaseBuilder, IRuntimeState runtimeState, IUmbracoDatabaseFactory umbracoDatabaseFactory, IKeyValueService keyValueService)
Parameters
Methods
View Source
HandleAsync(RuntimePremigrationsUpgradeNotification, CancellationToken)
Declaration
public Task HandleAsync(RuntimePremigrationsUpgradeNotification notification, CancellationToken cancellationToken)
Parameters
Returns