ScheduledTasks Members

Include Protected Members
Include Inherited Members

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

The ScheduledTasks type exposes the following members.

Constructors

  Name Description
Public method ScheduledTasks() Initializes a new instance of the ScheduledTasks class on the local computer.
Public method ScheduledTasks(String) Initializes a new instance of the ScheduledTasks class.

Top

Methods

  Name Description
Public method CreateTask Creates a task.
Public method DeleteTask Deletes a given task.
Public method Dispose() Releases the internal COM interface.
Public method Dispose(Boolean) Releases the internal COM interface.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetTaskNames Returns the names of all scheduled tasks.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method OpenCCSTask Opens the given computer cluster task.
Public method OpenTask Opens a given task.
Public method ToString (Inherited from Object.)

Top

See Also

Reference

ScheduledTasks Class

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