'Declaration
Public Overrides Function EndRead( _ ByVal asyncResult As IAsyncResult _ ) As Integer
public override int EndRead( IAsyncResult asyncResult )
Parameters
- asyncResult
- The reference to the pending asynchronous request to finish.
Return Value
The number of bytes read from the stream, between zero (0) and the number of bytes you requested. Streams return zero (0) only at the end of the stream, otherwise, they should block until at least one byte is available.