Back to Devexpress

DashboardViewer.ReloadDataSourceAsync Method

dashboard-devexpress-dot-dashboardwin-dot-dashboardviewer-dot-reloaddatasourceasync.md

latest1.4 KB
Original Source

DashboardViewer.ReloadDataSourceAsync Method

NameParametersDescription
ReloadDataSourceAsync(IDashboardDataSource, CancellationToken)dataSource, tokenReloads data from the specified data source instance. The operation is asynchronous. You can propagate a notification to cancel it.
ReloadDataSourceAsync(IDashboardDataSource)dataSourceReloads data from the specified data source. Accepts data source object as the parameter. The operation is asynchronous.
ReloadDataSourceAsync(String, CancellationToken)dataSourceComponentName, tokenReloads 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)dataSourceComponentNameReloads data from the specified data source. Accepts data source component name as the parameter. The operation is asynchronous.