DataTableBeginRefresh Method TIBCO Spotfire 7.6 API Reference

Note: This API is now obsolete.

Begins a refresh of this table, making it up-to-date with the current settings. Depending on the table type, data will be reloaded from the data source or recalculated.

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

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use the synchronous Refresh() method instead.")]
public void BeginRefresh()
Remarks

This asynchronous call sets Refreshing to true. Refreshing will be false when the refresh action is completed.

If you intend to refresh more than one table, refresh on the data table collection level. This way the dependencies are tracked and the tables are loaded in the appropriate order.

Version Information

Obsolete (compiler warning) in 7.6
Obsolete (compiler warning) in 7.5
Obsolete (compiler warning) in 7.0
Obsolete (compiler warning) in 6.5
Obsolete (compiler warning) in 6.0
Obsolete (compiler warning) in 5.5
Obsolete (compiler warning) in 5.0
See Also

Reference