WorkItemPushResultHandlerTItem Method

Spotfire 14.3 API Reference
Adds a result handler to the top of the stack of result handlers. The handler must call ReturnItem when it is finished with the work item.

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 PushResultHandler<TItem>(
	WorkItemHandler<TItem> handler
)
where TItem : WorkItem

Parameters

handler
Type: Spotfire.Dxp.Framework.ThreadingWorkItemHandlerTItem
The handler.

Type Parameters

TItem
The type of the item.
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