DataTableCollectionRefreshAsync Method (IEnumerableDataTable, ActionException) 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,
	Action<Exception> callback
)

Parameters

tablesToRefresh
Type: System.Collections.GenericIEnumerableDataTable
The DataTables to refresh.
callback
Type: SystemActionException
Callback that's called when refreshing has completed or failed. In case of failure, an exception will be passed to the callback.
Version Information

Supported in: 7.6, 7.5, 7.0
See Also

Reference