ExcelServicesWork Class

Represents a job that is composed of a workbook, input rows, collection of inputs within a row, calculations, and results.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Excel.Server.Addins.ComputeCluster.ExcelServicesWork

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class ExcelServicesWork _
    Implements IDisposable
'Usage
Dim instance As ExcelServicesWork
[SerializableAttribute]
public class ExcelServicesWork : IDisposable

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

ExcelServicesWork Members

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