IHttpContent.BufferAllAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 HTTP 內容序列化為記憶體作為非同步作業。
public:
IAsyncOperationWithProgress<unsigned long long, unsigned long long> ^ 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)
傳回
Windows.Foundation.IAsyncOperationWithProgress<unsigned long long,unsigned long long>
IAsyncOperationWithProgress<uint64_t,uint64_t>
表示非同步作業的 物件。
- 屬性
備註
這項作業不會封鎖。 傳回的 IAsyncOperationWithProgress (UInt64、UInt64) 物件會在所有內容寫入記憶體之後完成。