ConnectorReporterForUnknownMarket Method A Sandcastle Documented Class Library
Creates a reporter for the unknown market (sessions without a market property), during a specified time interval. The reporter can be used to fetch reports from the eSales cluster.

Namespace:  Apptus.ESales.Connector
Assembly:  Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.2.1
Syntax

C#
public Reporter ReporterForUnknownMarket(
	TimeInterval invl
)

Parameters

invl
Type: Apptus.ESales.Connector.TimeTimeInterval
The time interval for the reports.

Return Value

Type: Reporter
A Reporter object that can be used to fetch reports.
See Also

Reference