CloudBlob.EndDownloadRangeToByteArray(IAsyncResult) Méthode

Définition

Met fin à une opération asynchrone pour télécharger une plage d’octets d’un objet blob vers un tableau d’octets.

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

Paramètres

asyncResult
IAsyncResult

IAsyncResult qui fait référence à l’opération asynchrone en attente.

Retours

Nombre total d'octets lus dans la mémoire tampon.

S’applique à