Partager via


StreamHelper.ReadBytesAsync(AsyncMachine<Byte[]>, Stream, Int32) Method

Definition

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

Returns

Applies to