CCSTask Class

Extends the basic functionality of the Task class.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler.Task
    Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler.CCSTask

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 CCSTask _
    Inherits Task _
    Implements IDisposable
'Usage
Dim instance As CCSTask
public class CCSTask : Task, IDisposable

Remarks

The implementation of this class is specifically for a compute cluster task implemented by the Microsoft.Office.Excel.Server.Addins.ComputeCluster namespace.

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

CCSTask Members

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