Skip to main content
A newer version of this page is available. .

DashboardViewer.ReloadDataSourceAsync Method

Name Parameters Description
ReloadDataSourceAsync(IDashboardDataSource, CancellationToken) dataSource, token Reloads data from the specified data source instance. The operation is asynchronous. You can propagate a notification to cancel it.
ReloadDataSourceAsync(IDashboardDataSource) dataSource Asynchronously reloads data from the specified data source instance.
ReloadDataSourceAsync(String, CancellationToken) dataSourceComponentName, token Reloads data from the specified data source. Accepts data source component name as the parameter. The operation is asynchronous. You can propagate a notification to cancel it.
ReloadDataSourceAsync(String) dataSourceComponentName Asynchronously reloads data from the specified data source. Accepts data source component name as the parameter.