Click or drag to resize

TrackerResult Constructor (Boolean, Visit)

Initializes a new instance of an object.

Namespace:  Dynamicweb.Analytics
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public TrackerResult(
	bool success,
	Visit visitor
)

Parameters

success
Type: SystemBoolean
Value indicating whether tracking succeeded.
visitor
Type: Dynamicweb.AnalyticsVisit
The reference to the Visitor object that corresponds to the tracked visitor.
Remarks