ExtractUpdateResult Enum
In This Article
Lists values passed as a parameter to the action specified in the UpdateExtractDataSourcesAsync method overloads.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
#Members
Name | Description |
---|---|
Succeed
|
The extract data source is updated successfully. |
Already
|
The extract data source is being updated by another process. |
Error
|
An error occurs while the extract data source is being updated. |
#Remarks
The ExtractUpdateResult enumeration is a parameter for the action specified in the following methods:
- DashboardDesigner.UpdateExtractDataSourcesAsync
- DashboardViewer.UpdateExtractDataSourcesAsync
- DashboardControl.UpdateExtractDataSourcesAsync
See Also