WorkerFactory Class TIBCO Spotfire 6.0 API Reference
Base class for all factory classes that create Worker instances. To create a custom worker factory, inherit from CustomWorkerFactory.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.Threading WorkerFactory
    Spotfire.Dxp.Framework.Threading WorkerFactory TWorker, TModel 

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 WorkerFactory
See Also

T:Spotfire.Dxp.Application.Extension.CustomWorkerFactory{TWorker,TModel}