| AnalyticsVisitTrackNotificationArgs Constructor (Visit, Boolean) |
Initializes a new instance of an object.
Namespace:
Dynamicweb.Analytics.Notifications
Assembly:
Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax public VisitTrackNotificationArgs(
Visit visit,
bool isAsync
)
Public Sub New (
visit As Visit,
isAsync As Boolean
)
Parameters
- visit
- Type: Dynamicweb.AnalyticsVisit
The reference to the corresponding visit. - isAsync
- Type: SystemBoolean
Indicates whether visit is being tracked using the asynchronous JavaScript call.
See Also