Skip to main content
All docs
V25.1
  • ExtractUpdateResult Enum

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

    Namespace: DevExpress.DashboardCommon

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

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public enum ExtractUpdateResult

    Members

    Name Description
    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