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)
Creates an IIndexDiagnostics instance for the specified index.
Declaration
IIndexDiagnostics Create(IIndex index)
Parameters
| Type | Name | Description |
|---|---|---|
| IIndex | index | The index to create diagnostics for. |
Returns
| Type | Description |
|---|---|
| IIndexDiagnostics | An IIndexDiagnostics instance. |