Scheduler Class

Deprecated. Provided for compatibility with the previous version of this library.

Inheritance Hierarchy

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

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

Remarks

This class is implemented as a wrapper for the TaskList 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

Scheduler Members

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