StreamHelper.ReadBytesAsync(AsyncMachine<Byte[]>, Stream, Int32) 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 System.Collections.Generic.IEnumerable<Microsoft.WindowsAzure.Commands.Tools.Common.General.CompletionPort> ReadBytesAsync (Microsoft.WindowsAzure.Commands.Tools.Common.General.AsyncMachine<byte[]> machine, System.IO.Stream stream, int length);
static member ReadBytesAsync : Microsoft.WindowsAzure.Commands.Tools.Common.General.AsyncMachine<byte[]> * System.IO.Stream * int -> seq<Microsoft.WindowsAzure.Commands.Tools.Common.General.CompletionPort>
Public Shared Iterator Function ReadBytesAsync (machine As AsyncMachine(Of Byte()), stream As Stream, length As Integer) As IEnumerable(Of CompletionPort)
Parameters
- machine
- AsyncMachine<Byte[]>
- stream
- Stream
- length
- Int32