Worker Class TIBCO Spotfire 6.0 API Reference
Base class for workers. A worker processes work items on a background thread. To create a custom worker, inherit from CustomWorker.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.Threading Worker
    Spotfire.Dxp.Framework.Threading Worker TModel, TItem 

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 abstract class Worker
See Also

T:Spotfire.Dxp.Application.Extension.CustomWorker{TModel,TItem}