HttpBufferContent.BufferAllAsync Methode

Definition

Serialisieren Sie httpBufferContent als asynchroner Vorgang in den Arbeitsspeicher.

public:
 virtual IAsyncOperationWithProgress<unsigned long long, unsigned long long> ^ BufferAllAsync() = BufferAllAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperationWithProgress<uint64_t, uint64_t> BufferAllAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperationWithProgress<ulong,ulong> BufferAllAsync();
function bufferAllAsync()
Public Function BufferAllAsync () As IAsyncOperationWithProgress(Of ULong, ULong)

Gibt zurück

IAsyncOperationWithProgress<UInt64,UInt64>

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

IAsyncOperationWithProgress<uint64_t,uint64_t>

Das -Objekt, das den asynchronen Vorgang darstellt.

Implementiert

Attribute

Hinweise

Dieser Vorgang wird nicht blockiert. Das zurückgegebene IAsyncOperationWithProgress(UInt64, UInt64) -Objekt wird abgeschlossen, nachdem der gesamte Inhalt in den Arbeitsspeicher geschrieben wurde.

Gilt für: