Click or drag to resize
ThreadViewsProcessorExecute Method
Executes the save action.

Namespace: CMS.Forums
Assembly: CMS.Forums (in CMS.Forums.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)
See Also