Click or drag to resize

AnalyticsVisitEngagementNotificationArgs Constructor (Visit, Double)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics.Notifications
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public VisitEngagementNotificationArgs(
	Visit visit,
	double engagement
)

Parameters

visit
Type: Dynamicweb.AnalyticsVisit
The reference to the corresponding visit.
engagement
Type: SystemDouble
The corresponding visitor engagement index.
See Also