EndRead
Signifies the end of an asynchronous read from the stream.
Public Function EndRead(
ByVal AsyncResult As IAsyncResult ) As Long
Parameters
- AsyncResult
-
[ByVal]
IAsyncResult.
The IAsyncResult object returned from the BeginRead function.
Return Values
Long - The number of bytes read from the stream in to Buffer in the BeginRead method.
See Also
Project CorLib Overview
Class FileStream Overview