Table of Contents

Class RepositoriesEventsObserver.IndexBuildFinishedObserver

Namespace
Dynamicweb.Modules.Repositories
Assembly
Dynamicweb.dll
[Subscribe("DWN_REPOSITORIES_INDEX_BUILDFINISHED")]
public class RepositoriesEventsObserver.IndexBuildFinishedObserver : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
RepositoriesEventsObserver.IndexBuildFinishedObserver
Implements
Inherited Members

Methods

OnNotify(string, NotificationArgs)

Event handler for index build finished
public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string
Event name
args NotificationArgs
Event argument
To top