Click or drag to resize
ScoreEvaluator Class
Task for score recalculation. For internal purposes only, for manual run please use ScoreAsyncRecalculator instead. Internally calls ScoreAsyncRecalculator thus recalculation runs in another thread.
Inheritance Hierarchy
SystemObject
  CMS.OnlineMarketingScoreEvaluator

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public class ScoreEvaluator : ITask

The ScoreEvaluator type exposes the following members.

Constructors
  NameDescription
Public methodScoreEvaluator
Top
Methods
  NameDescription
Public methodExecute
Evaluates the membership of contacts to given contact group or persona.
Top
See Also