Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

FileHelperAsyncEngine.ReadNext Method 

Reads the next record of a file opened with the BeginReadFile or BeginReadStream method.

[Visual Basic]
Public Function ReadNext() As Object
[C#]
public object ReadNext();

Return Value

The current record of the opened file.

Remarks

This method not only returns the current record, also moves to the next.

If the end of file is reached this method return null.

Example

This example show the basic use of the async methods in the FileHelperAsymcEngine:


        

See Also

FileHelperAsyncEngine Class | FileHelpers Namespace


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox