Ends a pending asynchronous read request.
[Edit]
Parameters
- asyncResult
- The IAsyncResult object that references the pending asynchronous read request.
[Edit]
Returns
A int that indicates the number of bytes read from the stream,
between 0 and the number of bytes specified via the Stream.BeginRead(Byte[], int, int, AsyncCallback, object) parameter count. Streams only return
0 at the end of the stream, otherwise, they block until at
least 1 byte is available.
[Edit]
Exceptions
Remarks
Requirements
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0