Click or drag to resize
TaskInfoProviderGetAllTasks Method

Note: This API is now obsolete.

Returns DataSet with information about all tasks.

Namespace: CMS.Scheduler
Assembly: CMS.Scheduler (in CMS.Scheduler.dll) Version: 9.0.0
Syntax
C#
[ObsoleteAttribute("Use GetTasks() instead.")]
public static InfoDataSet<TaskInfo> GetAllTasks()

Return Value

Type: InfoDataSetTaskInfo
DataSet
See Also