View Source
Class LanguageIndexingNotificationHandler
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public sealed class LanguageIndexingNotificationHandler : INotificationHandler<LanguageCacheRefresherNotification>
Constructors
View Source
LanguageIndexingNotificationHandler(IUmbracoIndexingHandler, IIndexRebuilder)
Declaration
public LanguageIndexingNotificationHandler(IUmbracoIndexingHandler umbracoIndexingHandler, IIndexRebuilder indexRebuilder)
Parameters
Methods
View Source
Handle(LanguageCacheRefresherNotification)
Declaration
public void Handle(LanguageCacheRefresherNotification args)
Parameters