Partager via


IDataReader.LoadAsync(UInt32) Méthode

Définition

Charge des données à partir du flux d’entrée.

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

Paramètres

count
UInt32

unsigned int

uint32_t

Nombre d’octets à charger dans la mémoire tampon intermédiaire.

Retours

Opération asynchrone.

Attributs

S’applique à