Interface IIndexDiagnosticsFactory
Creates IIndexDiagnostics for an index if it doesn't implement IIndexDiagnostics
Namespace: Umbraco.Cms.Infrastructure.Examine
Assembly: Umbraco.Infrastructure.dll
Syntax
public interface IIndexDiagnosticsFactory
  Methods
View SourceCreate(IIndex)
Declaration
IIndexDiagnostics Create(IIndex index)
  Parameters
| Type | Name | Description | 
|---|---|---|
| IIndex | index | 
Returns
| Type | Description | 
|---|---|
| IIndexDiagnostics |