CloudBlockBlob.EndDownloadText(IAsyncResult) Methode

Definition

Beendet einen asynchronen Vorgang zum Herunterladen des Blobinhalts als Zeichenfolge.

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

Parameter

asyncResult
IAsyncResult

Ein IAsyncResult , der auf den ausstehenden asynchronen Vorgang verweist.

Gibt zurück

Der Inhalt des Blobs als Zeichenfolge.

Gilt für: