InsightInfoProvider.UpdateHitsInternal Method (InsightInfo, DateTime, Func<InsightInfo, DateTime, Int64>) |
Stores the value of the specified insight and comuptes the aggregated values.
Namespace: CMS.SocialMarketingAssembly: CMS.SocialMarketing (in CMS.SocialMarketing.dll) Version: 13.0.131
Syntaxprotected virtual void UpdateHitsInternal(
InsightInfo insight,
DateTime periodDateTime,
Func<InsightInfo, DateTime, long> retrieveHits
)
Parameters
- insight
- Type: CMS.SocialMarketing.InsightInfo
The insight to store the value for. - periodDateTime
- Type: System.DateTime
The local date and time that applies to the specified value. - retrieveHits
- Type: System.Func<InsightInfo, DateTime, Int64>
The function that returns the value for the specified parameters.
See Also