CloudBlob.EndDownloadToStream(IAsyncResult) Methode

Definition

Beendet einen asynchronen Vorgang zum Herunterladen des Inhalts eines Blobs in einen Stream.

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

Parameter

asyncResult
IAsyncResult

Ein IAsyncResult , der auf den ausstehenden asynchronen Vorgang verweist.

Gilt für: