DataTableCollection RefreshAsync Method TIBCO Spotfire 7.0 API Reference
Overload List

  Name Description
Public method RefreshAsync(IEnumerable DataTable )
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.
Public method RefreshAsync(IEnumerable DataTable , Action Exception )
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.
Back to Top
See Also