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.

Remarks

See Also

Project VBCorLib Overview Class Stream Overview Stream Properties Stream Methods CloseStream EndWrite