Click or drag to resize

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
Syntax
public VisitTrackNotificationArgs(
	Visit visit,
	bool isAsync
)

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