Click or drag to resize
GenerateStatisticsHandlerStartEvent Method (DateTime, IDictionaryString, Int32)
Initiates the event handling.

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public GenerateStatisticsHandler StartEvent(
	DateTime date,
	IDictionary<string, int> visitors
)

Parameters

date
Type: SystemDateTime
Date for which the statistics should be generated
visitors
Type: System.Collections.GenericIDictionaryString, Int32
Contains number of visitor per every culture

Return Value

Type: GenerateStatisticsHandler
See Also