Interface IVisitorGroupStatisticsLogger
Interface for visitor group statistic logger
Namespace: EPiServer.Personalization.VisitorGroups
Assembly: EPiServer.Framework.AspNetCore.dll
Version: 12.0.3Syntax
public interface IVisitorGroupStatisticsLogger
Properties
Enabled
Gets or sets a value indicating whether this IVisitor
Declaration
bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System. |
|
Methods
AddStatisticToMemory(Guid, HttpContext)
Adds the statistic to memory.
Declaration
void AddStatisticToMemory(Guid identity, HttpContext httpContext)
Parameters
Type | Name | Description |
---|---|---|
System. |
identity | The identity. |
Microsoft. |
httpContext | The HTTP context. |