IDataReader.LoadAsync(UInt32) Methode

Definition

Lädt Daten aus dem Eingabestream.

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

Parameter

count
UInt32

unsigned int

uint32_t

Die Anzahl der Bytes, die in den Zwischenpuffer geladen werden sollen.

Gibt zurück

Der asynchronen Vorgang.

Attribute

Gilt für: