StreamHelper.EndReadBytes(IAsyncResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static byte[] EndReadBytes (IAsyncResult result);
static member EndReadBytes : IAsyncResult -> byte[]
Public Shared Function EndReadBytes (result As IAsyncResult) As Byte()
Parameters
- result
- IAsyncResult
Returns
Byte[]