Click or drag to resize
ChatOnlineUsersCleaner Class
Scheduled task which cleans inactive chat users and supporters.
Inheritance Hierarchy
SystemObject
  CMS.ChatChatOnlineUsersCleaner

Namespace: CMS.Chat
Assembly: CMS.Chat (in CMS.Chat.dll) Version: 10.0.0
Syntax
C#
public class ChatOnlineUsersCleaner : ITask

The ChatOnlineUsersCleaner type exposes the following members.

Constructors
  NameDescription
Public methodChatOnlineUsersCleaner
Top
Methods
  NameDescription
Public methodExecute
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.
Top
See Also