Click or drag to resize
GDFileRandomAccessStreamWithContentTypeReadAsync Method
Reads data from the stream asynchronously.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IAsyncOperationWithProgress<IBuffer, uint> ReadAsync(
	IBuffer buffer,
	uint count,
	InputStreamOptions options
)

Parameters

buffer
Type: Windows.Storage.StreamsIBuffer
A buffer that may be used to return the bytes that are read. The return value contains the buffer that holds the results.
count
Type: SystemUInt32
The number of bytes to read that is less than or equal to the Capacity value.
options
Type: Windows.Storage.StreamsInputStreamOptions
Specifies the type of the asynchronous read operation.

Return Value

Type: IAsyncOperationWithProgressIBuffer, UInt32
The asynchronous operation.

Implements

IInputStreamReadAsync(IBuffer, UInt32, InputStreamOptions)
See Also