CloudBlobClient.EndListBlobsSegmented(IAsyncResult) Methode

Definition

Beendet einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Blobelementen im Container enthält.

public virtual Microsoft.Azure.Storage.Blob.BlobResultSegment EndListBlobsSegmented (IAsyncResult asyncResult);
abstract member EndListBlobsSegmented : IAsyncResult -> Microsoft.Azure.Storage.Blob.BlobResultSegment
override this.EndListBlobsSegmented : IAsyncResult -> Microsoft.Azure.Storage.Blob.BlobResultSegment
Public Overridable Function EndListBlobsSegmented (asyncResult As IAsyncResult) As BlobResultSegment

Parameter

asyncResult
IAsyncResult

Ein IAsyncResult , der auf den ausstehenden asynchronen Vorgang verweist.

Gibt zurück

Ein BlobResultSegment-Objekt.

Gilt für: