Table of Contents

Class IndexingAfterQuerySubscriber

Namespace
Dynamicweb.Tracking
Assembly
Dynamicweb.dll

Notification subscriber listening for events indicating that query has just happened.

[Subscribe("DWN_REPOSITORIES_QUERY_AFTERQUERY")]
public class IndexingAfterQuerySubscriber : NotificationSubscriber, IComparable<NotificationSubscriber>
Inheritance
IndexingAfterQuerySubscriber
Implements
Inherited Members

Methods

OnNotify(string, NotificationArgs)

Call to invoke observer.

public override void OnNotify(string notification, NotificationArgs args)

Parameters

notification string

The notification.

args NotificationArgs

The args.

To top