Share via


ExcelServicesJob.Dispose Method

Closes the scheduled task if it is still open, and closes the impersonation and cluster objects.

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

instance.Dispose()
public void Dispose()

Implements

IDisposable.Dispose()

Remarks

This method is an implementation of the IDisposable interface.

See Also

Reference

ExcelServicesJob Class

ExcelServicesJob Members

Dispose Overload

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