WorkerFactory Class TIBCO Spotfire 7.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: 18.10.8513.5432 (18.10.8513.5432)
Syntax

public abstract class WorkerFactory
Version Information

Supported in: 7.0, 6.5, 6.0, 5.5, 5.0
See Also

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