Class SchedulingController
Inheritance
SchedulingController
Assembly: DotNetNuke.dll
Syntax
public class SchedulingController
Constructors
SchedulingController()
Declaration
public SchedulingController()
Methods
AddSchedule(string, int, string, int, string, int, string, bool, bool, string, string, string)
Declaration
[Obsolete("Deprecated in DotNetNuke 7.3.0. Use alternate overload. Scheduled for removal in v10.0.0.")]
public static int AddSchedule(string typeFullName, int timeLapse, string timeLapseMeasurement, int retryTimeLapse, string retryTimeLapseMeasurement, int retainHistoryNum, string attachToEvent, bool catchUpEnabled, bool enabled, string objectDependencies, string servers, string friendlyName)
Parameters
Returns
AddSchedule(string, int, string, int, string, int, string, bool, bool, string, string, string, DateTime)
Declaration
public static int AddSchedule(string typeFullName, int timeLapse, string timeLapseMeasurement, int retryTimeLapse, string retryTimeLapseMeasurement, int retainHistoryNum, string attachToEvent, bool catchUpEnabled, bool enabled, string objectDependencies, string servers, string friendlyName, DateTime scheduleStartDate)
Parameters
Returns
AddScheduleHistory(ScheduleHistoryItem)
Declaration
public static int AddScheduleHistory(ScheduleHistoryItem objScheduleHistoryItem)
Parameters
Returns
AddScheduleItemSetting(int, string, string)
Declaration
public static void AddScheduleItemSetting(int scheduleID, string name, string value)
Parameters
CanRunOnThisServer(string)
Declaration
public static bool CanRunOnThisServer(string servers)
Parameters
Type |
Name |
Description |
string |
servers |
|
Returns
DeleteSchedule(int)
Declaration
public static void DeleteSchedule(int scheduleID)
Parameters
Type |
Name |
Description |
int |
scheduleID |
|
GetActiveThreadCount()
Declaration
public static int GetActiveThreadCount()
Returns
GetFreeThreadCount()
Declaration
public static int GetFreeThreadCount()
Returns
GetMaxThreadCount()
Declaration
public static int GetMaxThreadCount()
Returns
GetNextScheduledTask(string)
Declaration
public static ScheduleItem GetNextScheduledTask(string server)
Parameters
Type |
Name |
Description |
string |
server |
|
Returns
GetSchedule()
Declaration
public static List<ScheduleItem> GetSchedule()
Returns
GetSchedule(int)
Declaration
public static ScheduleItem GetSchedule(int scheduleID)
Parameters
Type |
Name |
Description |
int |
scheduleID |
|
Returns
GetSchedule(string)
Declaration
public static List<ScheduleItem> GetSchedule(string server)
Parameters
Type |
Name |
Description |
string |
server |
|
Returns
GetSchedule(string, string)
Declaration
public static ScheduleItem GetSchedule(string typeFullName, string server)
Parameters
Returns
GetScheduleByEvent(string, string)
Declaration
public static List<ScheduleItem> GetScheduleByEvent(string eventName, string server)
Parameters
Returns
GetScheduleHistory(int)
Declaration
public static List<ScheduleHistoryItem> GetScheduleHistory(int scheduleID)
Parameters
Type |
Name |
Description |
int |
scheduleID |
|
Returns
GetScheduleItemSettings(int)
Declaration
public static Hashtable GetScheduleItemSettings(int scheduleID)
Parameters
Type |
Name |
Description |
int |
scheduleID |
|
Returns
GetScheduleProcessing()
Declaration
public static Collection GetScheduleProcessing()
Returns
GetScheduleQueue()
Declaration
public static Collection GetScheduleQueue()
Returns
GetScheduleStatus()
Declaration
public static ScheduleStatus GetScheduleStatus()
Returns
PurgeScheduleHistory()
Declaration
public static void PurgeScheduleHistory()
ReloadSchedule()
Declaration
public static void ReloadSchedule()
UpdateSchedule(ScheduleItem)
Declaration
public static void UpdateSchedule(ScheduleItem scheduleItem)
Parameters
UpdateSchedule(int, string, int, string, int, string, int, string, bool, bool, string, string, string)
Declaration
public static void UpdateSchedule(int scheduleID, string typeFullName, int timeLapse, string timeLapseMeasurement, int retryTimeLapse, string retryTimeLapseMeasurement, int retainHistoryNum, string attachToEvent, bool catchUpEnabled, bool enabled, string objectDependencies, string servers, string friendlyName)
Parameters
UpdateSchedule(int, string, int, string, int, string, int, string, bool, bool, string, string, string, DateTime)
Declaration
[Obsolete("Deprecated in DotNetNuke 7.3.0. Use alternate overload. Scheduled for removal in v10.0.0.")]
public static void UpdateSchedule(int scheduleID, string typeFullName, int timeLapse, string timeLapseMeasurement, int retryTimeLapse, string retryTimeLapseMeasurement, int retainHistoryNum, string attachToEvent, bool catchUpEnabled, bool enabled, string objectDependencies, string servers, string friendlyName, DateTime scheduleStartDate)
Parameters
UpdateScheduleHistory(ScheduleHistoryItem)
Declaration
public static void UpdateScheduleHistory(ScheduleHistoryItem objScheduleHistoryItem)
Parameters
Extension Methods