Click or drag to resize
BounceCheckerExecute Method
Executes the task given in a task info.

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

Parameters

task
Type: CMS.SchedulerTaskInfo
Container with task information

Return Value

Type: String
Textual description of task run's failure if any.

Implements

ITaskExecute(TaskInfo)
See Also