StreamedFileDataRequest.WriteAsync(IBuffer) Metodo

Definizione

Scrive i dati da un buffer al flusso corrente.

public:
 virtual IAsyncOperationWithProgress<unsigned int, unsigned int> ^ WriteAsync(IBuffer ^ buffer) = WriteAsync;
IAsyncOperationWithProgress<uint32_t, uint32_t> WriteAsync(IBuffer const& buffer);
public IAsyncOperationWithProgress<uint,uint> WriteAsync(IBuffer buffer);
function writeAsync(buffer)
Public Function WriteAsync (buffer As IBuffer) As IAsyncOperationWithProgress(Of UInteger, UInteger)

Parametri

buffer
IBuffer

Buffer contenente i dati da scrivere.

Restituisce

IAsyncOperationWithProgress<UInt32,UInt32>

Windows.Foundation.IAsyncOperationWithProgress<unsigned int,unsigned int>

IAsyncOperationWithProgress<uint32_t,uint32_t>

Al termine di questo metodo, restituisce il numero di byte (tipo UInt32) scritti nel flusso. Se l'app specifica una funzione per monitorare lo stato di avanzamento, tale funzione riceve il numero di byte (tipo UInt32) scritto finora.

Implementazioni

Si applica a