Share via


DeviceThumbnail.ReadAsync(IBuffer, UInt32, InputStreamOptions) Method

Definition

Returns an asynchronous byte reader object.

public IAsyncOperationWithProgress<IBuffer,uint> ReadAsync(IBuffer buffer, uint count, InputStreamOptions options);

Parameters

buffer
IBuffer

The buffer into which the asynchronous read operation places the bytes that are read.

count
UInt32

The number of bytes to read.

options
InputStreamOptions

Specifies the type of the asynchronous read operation.

Returns

IAsyncOperationWithProgress<IBuffer,UInt32>

The asynchronous operation.

Implements

M:Windows.Storage.Streams.IInputStream.ReadAsync(Windows.Storage.Streams.IBuffer,System.UInt32,Windows.Storage.Streams.InputStreamOptions)

Applies to

Product Versions
WinRT Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100