WorkDispatcher TItem  Class TIBCO Spotfire 6.5 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: 14.10.7525.5058 (14.10.7525.5058)
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: 6.5, 6.0, 5.5, 5.0, 4.5
See Also