WorkItem Dispose Method TIBCO Spotfire 6.0 API Reference
Frees up resources.

Namespace: Spotfire.Dxp.Framework.Threading
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public void Dispose()

Implements

IDisposable Dispose 
Remarks

Note that dispose is automatically called by the framework if AutoDisposeItems is set to true (the default).
See Also