DashboardDesigner.UpdateExtractDataSourcesAsync Method
| Name | Parameters | Description |
|---|---|---|
| UpdateExtractDataSourcesAsync(Action<String, ExtractUpdateResult>, Action<String, ExtractUpdateResult>, String[]) | onDataUpdated, onFileUpdated, dataSourceNames | Updates the specified extract data sources in the current dashboard asynchronously. Allows you to set custom actions to perform after updating the data and file. |
| UpdateExtractDataSourcesAsync(Action<String, ExtractUpdateResult>, Action<String, ExtractUpdateResult>) | onDataUpdated, onFileUpdated | Updates all extract data sources in the current dashboard asynchronously. Allows you to set custom actions to perform after updating the data and file. |