Search Results for

    Show / Hide Table of Contents

    Class IndexClientServiceCollectionExtension

    Extension function to add BranchCaches

    Inheritance
    object
    IndexClientServiceCollectionExtension
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Noxum.Nova.Index.Client
    Assembly: Noxum.Nova.Index.Client.dll
    Syntax
    public static class IndexClientServiceCollectionExtension

    Methods

    AddNovaIndexClient(IServiceCollection)

    Adds ICommentIndexClient and IObjectIndexClient, the services to access the Index API.

    Declaration
    public static IServiceCollection AddNovaIndexClient(this IServiceCollection services)
    Parameters
    Type Name Description
    IServiceCollection services

    The service collection

    Returns
    Type Description
    IServiceCollection
    In this article
    Back to top Version 6.1.0.11rc