Partager via


CloudBlob.EndDownloadToFile(IAsyncResult) Méthode

Définition

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

public virtual void EndDownloadToFile (IAsyncResult asyncResult);
abstract member EndDownloadToFile : IAsyncResult -> unit
override this.EndDownloadToFile : IAsyncResult -> unit
Public Overridable Sub EndDownloadToFile (asyncResult As IAsyncResult)

Paramètres

asyncResult
IAsyncResult

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

S’applique à