Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    Create(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.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX