ExcelServicesJob Class

Defines methods, properties, and events for validating, dividing, scheduling, and executing divided work on a compute cluster.

Inheritance Hierarchy

System.Object
  System.Collections.Generic.List<TaskTracker>
    Microsoft.Office.Excel.Server.Addins.ComputeCluster.ExcelServicesJob

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Class ExcelServicesJob _
    Inherits List(Of TaskTracker) _
    Implements IDisposable, IXmlSerializable
'Usage
Dim instance As ExcelServicesJob
public class ExcelServicesJob : List<TaskTracker>, 
    IDisposable, IXmlSerializable

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

ExcelServicesJob Members

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