IDataReader.LoadAsync(UInt32) Method

Definition

Loads data from the input stream.

public:
 DataReaderLoadOperation ^ LoadAsync(unsigned int count);
/// [Windows.Foundation.Metadata.RemoteAsync]
DataReaderLoadOperation LoadAsync(uint32_t const& count);
[Windows.Foundation.Metadata.RemoteAsync]
public DataReaderLoadOperation LoadAsync(uint count);
function loadAsync(count)
Public Function LoadAsync (count As UInteger) As DataReaderLoadOperation

Parameters

count
UInt32

unsigned int

uint32_t

The count of bytes to load into the intermediate buffer.

Returns

The asynchronous operation.

Attributes

Applies to