Click or drag to resize
SchedulingHandler Class
Handler for creating end executing new scheduling tasks.
Inheritance Hierarchy
SystemObject
  CMS.SchedulerSchedulingHandler

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 11.0.0
Syntax
C#
public class SchedulingHandler : IHttpHandler

The SchedulingHandler type exposes the following members.

Constructors
  NameDescription
Public methodSchedulingHandler
Top
Properties
  NameDescription
Public propertyIsReusable
Gets whether this handler can be reused for other request; always returns false.
Top
Methods
  NameDescription
Public methodProcessRequest
Creates and executes new scheduler thread.
Top
See Also