Click or drag to resize

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

Parameters

isAsync
Type: SystemBoolean
Indicates whether visit is being tracked using the asynchronous JavaScript call.
See Also