IFileObject interface.AsyncCopyFromImportFile Method

Definition

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

Asynchronously copies data from an import file to the file.

IFileObject AsyncCopyFromImportFile(string filePath, CopyFromImportFileOptions options)

Asynchronously copies data from an import file to the file.

IFileObject AsyncCopyFromImportFile(string filePath, CopyFromImportFileOptions options)

Parameters

Type Parameter name Description
String filePath The path of the import file.
CopyFromImportFileOptions options The options to use when copying the data.

Returns

Type Description
IFileObject The file with the copied data.

See Also