Search Results for

    Show / Hide Table of Contents
    View Source

    Class MemberIndexingNotificationHandler

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Search
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public sealed class MemberIndexingNotificationHandler : INotificationHandler<MemberCacheRefresherNotification>, INotificationHandler

    Constructors

    View Source

    MemberIndexingNotificationHandler(IUmbracoIndexingHandler, IMemberService)

    Declaration
    public MemberIndexingNotificationHandler(IUmbracoIndexingHandler umbracoIndexingHandler, IMemberService memberService)
    Parameters
    Type Name Description
    IUmbracoIndexingHandler umbracoIndexingHandler
    IMemberService memberService

    Methods

    View Source

    Handle(MemberCacheRefresherNotification)

    Declaration
    public void Handle(MemberCacheRefresherNotification args)
    Parameters
    Type Name Description
    MemberCacheRefresherNotification args
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MemberIndexingNotificationHandler(IUmbracoIndexingHandler, IMemberService)
    • Methods
      • Handle(MemberCacheRefresherNotification)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX