Class ExamineFinalComponent
Executes after all other examine components have executed
Inheritance
System.Object
Namespace: Umbraco.Web.Search
Assembly: Umbraco.Web.dll
Syntax
public sealed class ExamineFinalComponent : IComponent
Constructors
View SourceExamineFinalComponent(IProfilingLogger, IExamineManager, BackgroundIndexRebuilder, IMainDom, ISyncBootStateAccessor)
Declaration
public ExamineFinalComponent(IProfilingLogger logger, IExamineManager examineManager, BackgroundIndexRebuilder indexRebuilder, IMainDom mainDom, ISyncBootStateAccessor syncBootStateAccessor)
Parameters
Type | Name | Description |
---|---|---|
IProfilingLogger | logger | |
IExamineManager | examineManager | |
BackgroundIndexRebuilder | indexRebuilder | |
IMainDom | mainDom | |
ISyncBootStateAccessor | syncBootStateAccessor |
Methods
View SourceInitialize()
Declaration
public void Initialize()
Terminate()
Declaration
public void Terminate()