CCSTaskList Class

Deprecated. Provided for compatibility with a previous version of this library only.

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 CCSTaskList _
    Inherits TaskList _
    Implements IEnumerable
'Usage
Dim instance As CCSTaskList
public class CCSTaskList : TaskList, 
    IEnumerable

Remarks

This method presents the Scheduled Tasks folder as a task collection. A TaskList object is indexed by name rather than by position. You cannot add, remove, or assign tasks in a TaskList object.

Accessing a task in the list by indexing, or by enumeration, is equivalent to opening a task by calling the OpenCCSTask method.

Note

Using the Scheduler and TaskList classes 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

CCSTaskList Members

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