Share via


TaskList Class

Presents the Scheduled Tasks folder as a task collection. Deprecated. Provided for compatibility with the previous version of the library.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler.TaskList
    Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler.CCSTaskList

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Class TaskList _
    Implements IEnumerable, IDisposable
'Usage
Dim instance As TaskList
public class TaskList : IEnumerable, IDisposable

Remarks

A TaskList object is indexed by name rather than by position. You cannot add, remove, or assign tasks in the TaskList object. Accessing a task in the list by indexing, or by enumeration, is equivalent to opening a task by calling the Open method of the ScheduledTasks class.

Note

Using Scheduler and TaskList objects can result in COM memory leaks.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TaskList Members

Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler Namespace