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 count);
[Windows.Foundation.Metadata.RemoteAsync]
public DataReaderLoadOperation LoadAsync(uint count);
function loadAsync(count)
Public Function LoadAsync (count As UInteger) As DataReaderLoadOperation
Parameters
- count
- UInt32
The count of bytes to load into the intermediate buffer.
Returns
The asynchronous operation.
- Attributes