Click or drag to resize
PersonaContactHistoryTask Class
Scheduled task for persona history recalculation.
Inheritance Hierarchy
SystemObject
  CMS.Personas.InternalPersonaContactHistoryTask

Namespace: CMS.Personas.Internal
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 11.0.0
Syntax
C#
public class PersonaContactHistoryTask : ITask

The PersonaContactHistoryTask type exposes the following members.

Constructors
  NameDescription
Public methodPersonaContactHistoryTask
Instantiates new instance of PersonaContactHistoryTask.
Public methodPersonaContactHistoryTask(IPersonaSnapshooter, ILocalizationService, IDateTimeNowService)
Instantiates new instance of PersonaContactHistoryTask.
Top
Methods
  NameDescription
Public methodExecute
Stores the current contact/persona distribution.
Top
See Also