Click or drag to resize
TaskInfoProvider.GetAllTasks 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: InfoDataSet<TaskInfo>
DataSet
See Also