View Source
Class PublishStatusInitializationNotificationHandler
Responsible for seeding the in-memory publish status cache at application's startup
by loading all data from the database.
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public sealed class PublishStatusInitializationNotificationHandler : INotificationAsyncHandler<PostRuntimePremigrationsUpgradeNotification>, INotificationHandler
Constructors
View Source
PublishStatusInitializationNotificationHandler(IRuntimeState, IPublishStatusManagementService)
Declaration
public PublishStatusInitializationNotificationHandler(IRuntimeState runtimeState, IPublishStatusManagementService publishStatusManagementService)
Parameters
Methods
View Source
HandleAsync(PostRuntimePremigrationsUpgradeNotification, CancellationToken)
Declaration
public async Task HandleAsync(PostRuntimePremigrationsUpgradeNotification notification, CancellationToken cancellationToken)
Parameters
Returns