CloudBlockBlob.EndDownloadBlockList(IAsyncResult) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Beendet einen asynchronen Vorgang, um mithilfe des angegebenen Blocklistenfilters eine aufzählbare Auflistung der Blöcke des Blobs zurückzugeben.
public virtual System.Collections.Generic.IEnumerable<Microsoft.Azure.Storage.Blob.ListBlockItem> EndDownloadBlockList (IAsyncResult asyncResult);
abstract member EndDownloadBlockList : IAsyncResult -> seq<Microsoft.Azure.Storage.Blob.ListBlockItem>
override this.EndDownloadBlockList : IAsyncResult -> seq<Microsoft.Azure.Storage.Blob.ListBlockItem>
Public Overridable Function EndDownloadBlockList (asyncResult As IAsyncResult) As IEnumerable(Of ListBlockItem)
Parameter
- asyncResult
- IAsyncResult
Ein IAsyncResult , der auf den ausstehenden asynchronen Vorgang verweist.
Gibt zurück
Eine aufzählbare Auflistung von Objekten, die ListBlockItem implementieren.
Gilt für:
Azure SDK for .NET