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

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

    Namespace: DevExpress.DashboardCommon

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

    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