Click or drag to resize
OldRecordsCleaner 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.ChatOldRecordsCleaner

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

The OldRecordsCleaner type exposes the following members.

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