Share via


ExcelServicesJob.TaskCompleted Event

Provides notification about the completion of a task.

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

AddHandler instance.TaskCompleted, handler
public event ExcelServicesJob.TaskCompletedEventHandler TaskCompleted

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

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