WorkDispatcher TItem  Class TIBCO Spotfire 6.0 API Reference
Allows work items to be queued and sent to a worker for processing. A work dispatcher is created by the work manager service.
Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.Threading WorkDispatcher
    Spotfire.Dxp.Framework.Threading WorkDispatcher 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 sealed class WorkDispatcher<TItem> : WorkDispatcher 
where TItem : WorkItem
Type Parameters

TItem
WorkItem type.
Remarks

Before adding items, the MaxQueueSize must be set to an appropriate value.
See Also