Share via


ExcelServicesJob.Divide Method

Performs division on the object based on the TypeOfDivision and Divisor properties.

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 Sub Divide
'Usage
Dim instance As ExcelServicesJob

instance.Divide()
public void Divide()

Remarks

The TypeOfDivision property sets the type of division to perform.

The meaning of the divisor changes based on the TypeOfDivision property. The Divisor property sets the divisor to divide the object by. If a divisor is a fixed type, the divisor value is the fixed number to divide the inputs by. If a divisor is a distributed type, then the divisor value is the number of nodes available to perform the operation on. The total inputs are divided by the nodes to create a relatively even distribution of jobs across the nodes.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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