ExcelServicesJob.JobResourcesValidated Event

Notifies and passes back the results of resource validation.

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 JobResourcesValidated As ExcelServicesJob.ResourceValidationEventHandler
'Usage
Dim instance As ExcelServicesJob
Dim handler As ExcelServicesJob.ResourceValidationEventHandler

AddHandler instance.JobResourcesValidated, handler
public event ExcelServicesJob.ResourceValidationEventHandler JobResourcesValidated

Remarks

Use the TaskTracker object contained in the sender to control the workflow after a task is completed on a compute node.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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