Compartir a través de


IDataReader.LoadAsync(UInt32) Método

Definición

Carga datos del flujo de entrada.

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

Parámetros

count
UInt32

unsigned int

uint32_t

Recuento de bytes que se van a cargar en el búfer intermedio.

Devoluciones

Operación asincrónica.

Atributos

Se aplica a