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.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
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