Class IndexDiagnosticsFactory
Default implementation of IIndexDiagnosticsFactory which returns GenericIndexDiagnostics for indexes that don't have an implementation
Inheritance
System.Object
      Namespace: Umbraco.Cms.Infrastructure.Examine
Assembly: Umbraco.Infrastructure.dll
Syntax
public class IndexDiagnosticsFactory : IIndexDiagnosticsFactory
  Methods
View SourceCreate(IIndex)
Declaration
public virtual IIndexDiagnostics Create(IIndex index)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IIndex | index | 
Returns
| Type | Description | 
|---|---|
| IIndexDiagnostics |