WorkManagerCreateDispatcherTItem Method

Spotfire 14.3 API Reference
Creates a work dispatcher.

Namespace:  Spotfire.Dxp.Framework.Threading
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public void CreateDispatcher<TItem>(
	WorkerFactory workerFactory,
	DocumentNode workerModel,
	out WorkDispatcher<TItem> dispatcher
)
where TItem : WorkItem

Parameters

workerFactory
Type: Spotfire.Dxp.Framework.ThreadingWorkerFactory
The worker factory.
workerModel
Type: Spotfire.Dxp.Framework.DocumentModelDocumentNode
The worker model. Can be null.
dispatcher
Type: Spotfire.Dxp.Framework.ThreadingWorkDispatcherTItem
The created dispatcher.

Type Parameters

TItem
WorkItem type.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference