Click or drag to resize
PartialQueueCleaner Class
Deletes expired archived emails (worker task).
Inheritance Hierarchy
SystemObject
  CMS.SchedulerPartialQueueCleaner

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

The PartialQueueCleaner type exposes the following members.

Constructors
  NameDescription
Public methodPartialQueueCleaner
Top
Methods
  NameDescription
Public methodExecute
Runs a partial queue cleaner using the task info specified.
Top
See Also