| IndexHelperSendIndexBuildFinishedNotification Method |
Sends index build finished notification
Namespace:
Dynamicweb.Indexing
Assembly:
Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax public static void SendIndexBuildFinishedNotification(
Tracker tracker,
IIndexBuilderNotification notificationSettings
)
Public Shared Sub SendIndexBuildFinishedNotification (
tracker As Tracker,
notificationSettings As IIndexBuilderNotification
)
Parameters
- tracker
- Type: Dynamicweb.Diagnostics.TrackingTracker
The tracker - notificationSettings
- Type: Dynamicweb.IndexingIIndexBuilderNotification
The notification settings
See Also