Click or drag to resize

MultiRecordEngineBeginReadFile Method

Method used to use this engine in Async mode. Work together with ReadNext. (Remember to call Close after read the data)

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
public void BeginReadFile(
	string fileName
)

Parameters

fileName
Type: SystemString
The source file.
See Also