London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface IVisitorGroupStatisticsLogger

Interface for visitor group statistic logger

Namespace: EPiServer.Personalization.VisitorGroups
Assembly: EPiServer.Framework.AspNet.dll
Version: 11.20.7
Syntax
public interface IVisitorGroupStatisticsLogger

Properties

Enabled

Gets or sets a value indicating whether this IVisitorGroupStatisticsLogger is enabled.

Declaration
bool Enabled { get; set; }
Property Value
Type Description
System.Boolean

true if enabled; otherwise, false.

Methods

AddStatisticToMemory(Guid, HttpContextBase)

Adds the statistic to memory.

Declaration
void AddStatisticToMemory(Guid identity, HttpContextBase httpContext)
Parameters
Type Name Description
System.Guid identity

The identity.

System.Web.HttpContextBase httpContext

The HTTP context.

Extension Methods