CloudBlob.EndDownloadToByteArray(IAsyncResult) Méthode

Définition

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

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

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 à