Method ImportCxl

ImportCxl(FileStream?, CancellationToken)

Imports the CXL from given file

Declaration
[Obsolete("Only meant for an internal use - will be removed!")]
Task<bool> ImportCxl(FileStream? file, CancellationToken cancellationToken = default)
Parameters
Type Name Description
FileStream file

The CXL file containing the data

CancellationToken cancellationToken

The optional cancellation token

Returns
Type Description
Task<bool>

A value indicating whether the import completed successfully

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next