| AnalyticsVisitProfileNotificationArgs Constructor (Visit, VisitProfile) |
Initializes a new instance of an object.
Namespace:
Dynamicweb.Analytics.Notifications
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public VisitProfileNotificationArgs(
Visit visit,
VisitProfile profile
)
Public Sub New (
visit As Visit,
profile As VisitProfile
)
Parameters
- visit
- Type: Dynamicweb.AnalyticsVisit
The reference to the corresponding visit. - profile
- Type: Dynamicweb.AnalyticsVisitProfile
The corresponding visit profile.
See Also