DataTableCollectionRefreshAsync Method (IEnumerableDataTable) TIBCO Spotfire 7.6 API Reference
Refreshes the given tables in dependency order. Tables that have asynchronous refresh (i.e. Data On Demand and Data Functions) and tables that depend on them will be refreshed in later transactions.

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

C#
public void RefreshAsync(
	IEnumerable<DataTable> tablesToRefresh
)

Parameters

tablesToRefresh
Type: System.Collections.GenericIEnumerableDataTable
The DataTables to refresh.
Version Information

Supported in: 7.6, 7.5, 7.0
See Also

Reference