ExcelServicesJob.JobInputDivided Event
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 Event JobInputDivided As ExcelServicesJob.InputDivisionEventHandler
'Usage
Dim instance As ExcelServicesJob
Dim handler As ExcelServicesJob.InputDivisionEventHandler
AddHandler instance.JobInputDivided, handler
public event ExcelServicesJob.InputDivisionEventHandler JobInputDivided
See Also
Reference
Microsoft.Office.Excel.Server.Addins.ComputeCluster Namespace