WorkItemReadModelTModel Method

Spotfire 14.3 API Reference
Allows reading the associated worker model in a thread-safe way.

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 bool ReadModel<TModel>(
	Action<TModel> readAction
)
where TModel : DocumentNode

Parameters

readAction
Type: SystemActionTModel
The read action delegate.

Type Parameters

TModel
The type of the worker model.

Return Value

Type: Boolean
true if the read values were still valid in the live document when the read transaction ended.
Remarks

The document node argument passed to the read action can be null. The returned value is equivalent to the value returned by IsResultValid.
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