Stream: EndRead

EndRead

Ends an asynchronous read operation returning the total number of bytes read.



 Public Function EndRead(
	  ByVal AsyncResult As IAsyncResult ) As Long

Parameters

AsyncResult
[ByVal] IAsyncResult. The object that represents the read process.

Return Values

Long -  The number of bytes actuall read from the stream.

See Also

Project CorLib Overview

Class Stream Overview