Click or drag to resize
InsightInfoProviderUpdateHitsInternal Method (InsightInfo, DateTime, FuncInsightInfo, DateTime, Int64)
Stores the value of the specified insight and comuptes the aggregated values.

Namespace: CMS.SocialMarketing
Assembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 9.0.0
Syntax
C#
protected virtual void UpdateHitsInternal(
	InsightInfo insight,
	DateTime periodDateTime,
	Func<InsightInfo, DateTime, long> retrieveHits
)

Parameters

insight
Type: CMS.SocialMarketingInsightInfo
The insight to store the value for.
periodDateTime
Type: SystemDateTime
The local date and time that applies to the specified value.
retrieveHits
Type: SystemFuncInsightInfo, DateTime, Int64
The function that returns the value for the specified parameters.
See Also