DataTableCollection RefreshAsync Method (IEnumerable DataTable , Action Exception ) TIBCO Spotfire 7.0 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: 18.10.8513.5432 (18.10.8513.5432)
Syntax

public void RefreshAsync(
	IEnumerable<DataTable> tablesToRefresh,
	Action<Exception> callback
)

Parameters

tablesToRefresh
Type: System.Collections.Generic IEnumerable DataTable 
The DataTables to refresh.
callback
Type: System Action Exception 
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.0
See Also