Click or drag to resize
ScoreEvaluatorExecute Method
Evaluates the membership of contacts to given contact group or persona.

Namespace: CMS.OnlineMarketing
Assembly: CMS.OnlineMarketing (in CMS.OnlineMarketing.dll) Version: 9.0.0
Syntax
C#
public string Execute(
	TaskInfo task
)

Parameters

task
Type: CMS.SchedulerTaskInfo
Task to process

Return Value

Type: String

Implements

ITaskExecute(TaskInfo)
Exceptions
ExceptionCondition
ArgumentNullExceptiontask is null
See Also