WorkItemModelGeneration Property TIBCO Spotfire 7.6 API Reference
Gets the associated worker model generation. This can be used by the worker to cache information based on the worker model state. Should be avoided whenever possible. Caching should instead be handled via the caching behavior, the model key and item key functions of the worker factory.

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

C#
public int ModelGeneration { get; }

Property Value

Type: Int32
The worker model generation number.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference