ScheduledTasks.Dispose Method

Releases the internal COM interface.

Namespace:  Microsoft.Office.Excel.Server.Addins.ComputeCluster.TaskScheduler
Assembly:  Microsoft.Office.Excel.Server.Addins.ComputeCluster (in Microsoft.Office.Excel.Server.Addins.ComputeCluster.dll)

Syntax

'Declaration
Public Sub Dispose
'Usage
Dim instance As ScheduledTasks

instance.Dispose()
public void Dispose()

Implements

IDisposable.Dispose()

Remarks

If you try to access the object after a dispose operation, a null reference exception is thrown.

See Also

Reference

ScheduledTasks Class

ScheduledTasks Members

Dispose Overload

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