WorkDispatcherTItemCancel Method (TItem)

Spotfire 15.0 API Reference
Cancel the work item.

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

C#
public void Cancel(
	TItem workItem
)

Parameters

workItem
Type: TItem
The work item to cancel.
Remarks

Note that the work item may still be processed by the worker.
Version Information


See Also

Reference