DataTableCollection RefreshAsync Method (IEnumerable DataTable ) 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
)

Parameters

tablesToRefresh
Type: System.Collections.Generic IEnumerable DataTable 
The DataTables to refresh.
Version Information

Supported in: 7.0
See Also