Export class | QSYS API Reference Guide

Provides functionality for exporting data to XML or CSV format. This class includes methods for creating tasks to perform the export, logging messages, writing to a database file, and transforming the data to XML or CSV format.

Namespace: ASNA.DataGate.Client.CopyData Assembly: ASNA.QSys.DataGate.Client.dll

Inheritance: Object

Methods

Signature Description
With(ExportOptions) Starts a new task to export data with the specified options.

Task With(ExportOptions options)

Starts a new task to export data with the specified options.

Remarks

This method is used to start a new task to export data with the specified options.The task is started with a default cancellation token, which means the task cannot be canceled.The method calls the overloaded method with the specified options and the default cancellation token.

Task With(ExportOptions options)

Parameters

Type Parameter name Description
ExportOptions options The options for the data export.

Returns

Type Description
Task A task that represents the asynchronous data export operation.