Table of Contents

Class Index.IndexBuildFinishedArgs

Namespace
Dynamicweb.Indexing.Notifications
Assembly
Dynamicweb.Core.dll

Provides the information about the finished index build

public class Index.IndexBuildFinishedArgs : NotificationArgs
Inheritance
Index.IndexBuildFinishedArgs
Inherited Members

Constructors

IndexBuildFinishedArgs(Tracker, IIndexBuilderNotification)

Initializes a new instance of an object.

public IndexBuildFinishedArgs(Tracker tracker, IIndexBuilderNotification notificationSettings)

Parameters

tracker Tracker

Build tracker.

notificationSettings IIndexBuilderNotification

Build notification settings.

Remarks

Must be public due to calls from other project

Properties

NotificationSettings

Gets the build notification settings

public IIndexBuilderNotification NotificationSettings { get; }

Property Value

IIndexBuilderNotification

Tracker

Gets the build tracker

public Tracker Tracker { get; }

Property Value

Tracker
To top