The SchedulingController type exposes the following members.

Constructors

  NameDescription
Public methodSchedulingController
DotNetNuke.Services.Scheduling.SchedulingController

Methods

  NameDescription
Public methodStatic memberAddSchedule(String, Int32, String, Int32, String, Int32, String, Boolean, Boolean, String, String) Obsolete.
Public methodStatic memberAddSchedule(String, Int32, String, Int32, String, Int32, String, Boolean, Boolean, String, String, String) Obsolete.
Public methodStatic memberAddSchedule(String, Int32, String, Int32, String, Int32, String, Boolean, Boolean, String, String, String, DateTime)
Public methodStatic memberAddScheduleHistory
Public methodStatic memberAddScheduleItemSetting
Public methodStatic memberCanRunOnThisServer
Public methodStatic memberDeleteSchedule
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetActiveThreadCount
Public methodStatic memberGetFreeThreadCount
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodStatic memberGetMaxThreadCount
Public methodStatic memberGetNextScheduledTask
Public methodStatic memberGetSchedule()()()()
Public methodStatic memberGetSchedule(Int32)
Public methodStatic memberGetSchedule(String)
Public methodStatic memberGetSchedule(String, String)
Public methodStatic memberGetScheduleByEvent
Public methodStatic memberGetScheduleHistory
Public methodStatic memberGetScheduleItemSettings
Public methodStatic memberGetScheduleProcessing
Public methodStatic memberGetScheduleQueue
Public methodStatic memberGetScheduleStatus
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberPurgeScheduleHistory
Public methodStatic memberReloadSchedule
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberUpdateSchedule(ScheduleItem)
Public methodStatic memberUpdateSchedule(Int32, String, Int32, String, Int32, String, Int32, String, Boolean, Boolean, String, String, String)
Public methodStatic memberUpdateSchedule(Int32, String, Int32, String, Int32, String, Int32, String, Boolean, Boolean, String, String, String, DateTime) Obsolete.
Public methodStatic memberUpdateScheduleHistory

Extension Methods

  NameDescription
Public Extension MethodToJson
Extension method on object that serializes the value to Json. Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.)

See Also