Click or drag to resize
ChatOnlineUsersCleaner.Execute Method
Cleans inactive users and support engineer from the chat. Number of seconds needed to be inactive is taken from settings. Inactive user is the one who is not pinging.

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.Scheduler.TaskInfo
Task

Return Value

Type: String
Number of cleaned records

Implements

ITask.Execute(TaskInfo)
See Also