Click or drag to resize
OldInitiatedChatRequestsCleanerExecute Method
Cleans old chat records.

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

Parameters

task
Type: CMS.SchedulerTaskInfo
Container with task information

Return Value

Type: String
Number of records cleaned

Implements

ITaskExecute(TaskInfo)
See Also