Back to Devexpress

ExtractUpdateResult Enum

dashboard-devexpress-dot-dashboardcommon-bbee9aa8.md

latest1.6 KB
Original Source

ExtractUpdateResult Enum

Lists values passed as a parameter to the action specified in the UpdateExtractDataSourcesAsync method overloads.

Namespace : DevExpress.DashboardCommon

Assembly : DevExpress.Dashboard.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public enum ExtractUpdateResult
vb
Public Enum ExtractUpdateResult

Members

NameDescription
Succeed

The extract data source is updated successfully.

| | AlreadyUpdating |

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:

See Also

DevExpress.DashboardCommon Namespace