Freigeben über


CloudBlob.EndDownloadToByteArray(IAsyncResult) Methode

Definition

Beendet einen asynchronen Vorgang zum Herunterladen des Inhalts eines Blobs in ein Bytearray.

public virtual int EndDownloadToByteArray (IAsyncResult asyncResult);
abstract member EndDownloadToByteArray : IAsyncResult -> int
override this.EndDownloadToByteArray : IAsyncResult -> int
Public Overridable Function EndDownloadToByteArray (asyncResult As IAsyncResult) As Integer

Parameter

asyncResult
IAsyncResult

Ein IAsyncResult , der auf den ausstehenden asynchronen Vorgang verweist.

Gibt zurück

Die Gesamtanzahl der in den Puffer gelesenen Bytes.

Gilt für: