Reads the next record of a file opened with the BeginReadFile or BeginReadStream method.
The current record of the opened file.
This method not only returns the current record, also moves to the next.
If the end of file is reached this method return null.
This example show the basic use of the async methods in the FileHelperAsymcEngine:
FileHelperAsyncEngine Class | FileHelpers Namespace