| 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
)
Public Sub New (
visit As Visit,
engagement As Double
)
Parameters
- visit
- Type: Dynamicweb.AnalyticsVisit
The reference to the corresponding visit. - engagement
- Type: SystemDouble
The corresponding visitor engagement index.
See Also