Click or drag to resize
SchedulingExecutorParameters Class
Wrapper for SchedulingExecutor.ExecuteScheduledTasks method. Used to create CMSThread with proper calling context.
Inheritance Hierarchy
SystemObject
  CMS.SchedulerSchedulingExecutorParameters

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 10.0.0
Syntax
C#
public class SchedulingExecutorParameters

The SchedulingExecutorParameters type exposes the following members.

Constructors
  NameDescription
Public methodSchedulingExecutorParameters
Top
Properties
  NameDescription
Public propertyServerName
Server name
Public propertySiteName
Site name
Top
Methods
  NameDescription
Public methodExecuteScheduledTasks
Executes scheduled task
Top
See Also