ScoreAsyncRecalculatorRunAsync Method |
Executes asynchronous recalculation of score.
Namespace: CMS.ContactManagementAssembly: CMS.ContactManagement (in CMS.ContactManagement.dll) Version: 13.0.131
Syntax Return Value
Type:
TaskRecalculation 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