Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jeremias 53 posts 278 karma points
    Nov 26, 2020 @ 10:47
    Jeremias
    0

    Event when start rebuilding an Index

    Hi together

    Is there a event, when a Index-Rebuild gets started. I use this event, to call a Funktion when the Index-Rebuild is ready:

    ExamineManager.Instance.IndexProviderCollection["ExternalIndexer"].NodesIndexed += (sender, e) => NodesIndexed(e, "ExternalIndexer");
    

    But now is my question, how I can call a function when starting the index: enter image description here

    For example when clicking on "Rebuild" in the Backend?

Please Sign in or register to post replies

Write your reply to:

Draft