Click or drag to resize
ScoreAsyncRecalculatorRunAsync Method
Executes asynchronous recalculation of score.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public Task RunAsync()

Return Value

Type: Task
Recalculation task.
Remarks
Note that the method does not check if the score is already being recalculated. That is, multiple recalculations for the same score may be running at one time. However, once all the recalculations are finished, all the contacts will have valid score values. The downside is that multiple notification emails may have been sent.
See Also