Partager via


CloudFile.EndDownloadText(IAsyncResult) Méthode

Définition

Met fin à une opération asynchrone pour télécharger le contenu du fichier sous forme de chaîne.

public virtual string EndDownloadText (IAsyncResult asyncResult);
abstract member EndDownloadText : IAsyncResult -> string
override this.EndDownloadText : IAsyncResult -> string
Public Overridable Function EndDownloadText (asyncResult As IAsyncResult) As String

Paramètres

asyncResult
IAsyncResult

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

Retours

Contenu du fichier sous la forme d'une chaîne.

S’applique à