DashboardViewer.ReloadDataSourceAsync(String, CancellationToken) Method
In This Article
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.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
public Task ReloadDataSourceAsync(
string dataSourceComponentName,
CancellationToken token
)
#Parameters
Name | Type | Description |
---|---|---|
data |
String | A String value that specifies the data source component name. |
token | Cancellation |
A Cancellation |
#Returns
Type | Description |
---|---|
Task | The task object that is the asynchronous operation. |
See Also