Click or drag to resize
ReportSubscriptionSender.Execute Method
Executes the logprocessor action.

Namespace: CMS.Reporting.Web.UI
Assembly: CMS.Reporting.Web.UI (in CMS.Reporting.Web.UI.dll) Version: 11.0.0
Syntax
C#
public string Execute(
	TaskInfo task
)

Parameters

task
Type: CMS.Scheduler.TaskInfo
Task to process

Return Value

Type: String

Implements

ITask.Execute(TaskInfo)
See Also