Click or drag to resize
ChatOnlineUsersCleanerExecute 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.SchedulerTaskInfo
Task

Return Value

Type: String
Number of cleaned records

Implements

ITaskExecute(TaskInfo)
See Also