Click or drag to resize
OldInitiatedChatRequestsCleaner Class
Sheduled task which cleans old, unused chat records (rooms, messages, users). Setting how old data should be cleaned is in Settings.
Inheritance Hierarchy
SystemObject
  CMS.ChatOldInitiatedChatRequestsCleaner

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

The OldInitiatedChatRequestsCleaner type exposes the following members.

Constructors
  NameDescription
Public methodOldInitiatedChatRequestsCleaner
Top
Methods
  NameDescription
Public methodExecute
Cleans old chat records.
Top
See Also