Click or drag to resize

IndexIndexBuildFinishedArgs Constructor

Initializes a new instance of an object.

Namespace:  Dynamicweb.Indexing.Notifications
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public IndexBuildFinishedArgs(
	Tracker tracker,
	IIndexBuilderNotification notificationSettings
)

Parameters

tracker
Type: Dynamicweb.Diagnostics.TrackingTracker
Build tracker.
notificationSettings
Type: Dynamicweb.IndexingIIndexBuilderNotification
Build notification settings.
Remarks
Must be public due to calls from other project
See Also