Skip to main content
A newer version of this page is available. .

DashboardExtractDataSource.UpdateExtractFile(CancellationToken, String, String) Method

Updates a file containing a data extract and allows you to specify the driver used to write data to the data extract.

Namespace: DevExpress.DashboardCommon

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

Declaration

public void UpdateExtractFile(
    CancellationToken cancellationToken,
    string fileName,
    string driverName
)

Parameters

Name Type Description
cancellationToken CancellationToken

A CancellationToken object to monitor for cancellation requests.

fileName String

A String value that specifies the path to a file containing the data extract to be updated.

driverName String

A String value that specifies the name of the driver (DashboardExtractDataSource.DriverName) used to write data to the data extract.

See Also