DashboardViewer.ReloadDataSourceAsync Method
Name | Parameters | Description |
---|---|---|
ReloadDataSourceAsync(IDashboardDataSource) | dataSource | Reloads data from the specified data source. Accepts data source object as the parameter. The operation is asynchronous. |
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(String) | dataSourceComponentName | Reloads data from the specified data source. Accepts data source component name as the parameter. The operation is asynchronous. |
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. |
Feedback