IDashboardControl.ReloadDataSourceAsync(IDashboardDataSource, CancellationToken) Method
In This Article
Reloads data from the specified data source instance. The operation is asynchronous. You can propagate a notification to cancel it.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
#Declaration
Task ReloadDataSourceAsync(
IDashboardDataSource dataSource,
CancellationToken token
)
#Parameters
Name | Type | Description |
---|---|---|
data |
IDashboard |
An IDashboard |
token | Cancellation |
A Cancellation |
#Returns
Type | Description |
---|---|
Task | The task object that is the asynchronous operation. |
See Also