ScheduledTasks Class

Represents a ScheduledTasks object that holds a COM interface that can be released by calling the Dispose method.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler.ScheduledTasks

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 ScheduledTasks _
    Implements IDisposable
'Usage
Dim instance As ScheduledTasks
public class ScheduledTasks : IDisposable

Remarks

The ScheduledTasks object represents the Scheduled Tasks folder on the computer. You use the ScheduledTasks class to discover the names of the tasks in the folder and to open a task to examine it. You can also create or delete tasks.

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

ScheduledTasks Members

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