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

Classes

  Class Description
Public class CommandLineProgram Represents the command line program.
Public class DeserializerFileNotFound Custom exception thrown when the deserializer file does not exist.
Public class ECSCCSIntegration
Public class ExcelServicesJob Defines methods, properties, and events for validating, dividing, scheduling, and executing divided work on a compute cluster.
Public class ExcelServicesWork Represents a job that is composed of a workbook, input rows, collection of inputs within a row, calculations, and results.
Public class ExcelSessionNotEstablished Custom exception that is thrown when the Excel Services session is not established.
Public class ExecutableNotFound Custom exception that is thrown when the executable file does not exist.
Public class Input Contains the information and values for a cell or range of cells within a single worksheet.
Public class InputCollection Collection containing instances of InputRow objects.
Public class InputRow Represents a collection of input row objects.
Public class InputXmlFileNotFound Custom exception that is thrown when the input XML file does not exist.
Public class InputXmlFileUnparseable Custom exception that is thrown when the input XML file cannot be parsed.
Public class InvalidCluster Custom exception thrown when the cluster is not valid.
Public class InvalidClusterUser Custom exception thrown when the compute cluster user is not valid.
Public class InvalidDivisor Custom exception thrown when the input divisor is not valid.
Public class NoInputRowsExist Custom exception thrown when the deserializer file does not exist.
Public class OutputDirectoryNotFound Custom exception that is thrown when the output directory does not exist.
Public class RequiredArguments Represents the required arguments for the command line program.
Public class Result Represents the result of an execution on the compute cluster.
Public class ResultCollection The collection of Result objects containing the results for each input row.
Public class SerializationHelper Represents assistance in serializing objects properly.
Public class TaskTracker Tracks the divided input work and is the object sender for the ExcelServicesJob.TaskCompletedEventHandler delegate.
Public class TimeoutExceededException Custom exception thrown when the deserializer file does not exist.
Public class WorkingDirectoryNotFound Custom exception that is thrown when the working directory does not exist.

Delegates

  Delegate Description
Public delegate ExcelServicesJob.CredentialCacheEventHandler Represents the method that will handle the JobCredentialsCached event.
Public delegate ExcelServicesJob.InputDivisionEventHandler Represents the method that handle the JobInputDivided event.
Public delegate ExcelServicesJob.JobCompletedEventHandler Represents the method that handles the TaskCompleted event.
Public delegate ExcelServicesJob.JobErroredEventHandler Represents the method that handles the JobErrored event.
Public delegate ExcelServicesJob.JobTimeoutEventHandler Represents the method that handles the JobTimeout event.
Public delegate ExcelServicesJob.ResourceValidationEventHandler Represents the method that handles the JobResourcesValidated event.
Public delegate ExcelServicesJob.TaskCompletedEventHandler Represents the method that handles the TaskCompleted event.
Public delegate ExcelServicesJob.TaskErroredEventHandler Represents the method that handles the TaskErrored event.
Public delegate ExcelServicesJob.UserImpersonationEventHandler Represents the method that handles the JobUserImpersonated event.
Public delegate ExcelServicesJob.XmlGenerationEventHandler Represents the method that handles the JobXmlGenerated event.
Public delegate GetRangeA1CompletedEventHandler

Enumerations

  Enumeration Description
Public enumeration CellType Defines the type of input cell.
Public enumeration DivisorType Defines the divisor type used to determine the type of division to perform on the input work for a job.