WorkDispatcher TItem  Class TIBCO Spotfire 7.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: 18.10.8513.5432 (18.10.8513.5432)
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.
Version Information

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