Click or drag to resize
DelayedContactPersonaEvaluatorReevaluateContact Method
Reevaluates given contact and finds proper persona the contact should be assigned to.

Namespace: CMS.Personas
Assembly: CMS.Personas (in CMS.Personas.dll) Version: 8.2.23
Syntax
Exceptions
ExceptionCondition
ArgumentNullExceptioncontact is null
Remarks
Does method uses delayed AbstractWorker call. That means if in one request, more than one reevaluation request occurs, it gets processed just once for each contact.
See Also