WorkDispatcher TItem  SetItems Method TIBCO Spotfire 6.0 API Reference
Sets the items to be dispatched. The first item will be dispatched first.

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 void SetItems(
	IEnumerable<TItem> workItems
)

Parameters

workItems
Type: System.Collections.Generic IEnumerable TItem 
The work items.
Remarks

Items that were in the queue, but are not specified in this call are canceled, and items that are specified but have already been dispatched are ignored.
See Also