| 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
)
Public Sub New (
success As Boolean,
visitor As Visit
)
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 See Also