 | Analytics.VisitTrackNotificationArgs 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
Syntaxpublic VisitTrackNotificationArgs(
Visit visit,
bool isAsync
)
Public Sub New (
visit As Visit,
isAsync As Boolean
)
Parameters
- visit
- Type: Dynamicweb.Analytics.Visit
The reference to the corresponding visit. - isAsync
- Type: System.Boolean
Indicates whether visit is being tracked using the asynchronous JavaScript call.
See Also