  | AnalyticsVisitTrackNotificationArgs Constructor (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(
	bool isAsync
)
Public Sub New ( 
	isAsync As Boolean
)
Parameters
- isAsync
 - Type: SystemBoolean
Indicates whether visit is being tracked using the asynchronous JavaScript call. 
See Also