Freigeben über


CloudPageBlob.EndOpenWrite(IAsyncResult) Methode

Definition

Beendet einen asynchronen Vorgang, um einen Stream zum Schreiben in das Blob zu öffnen.

public virtual Microsoft.Azure.Storage.Blob.CloudBlobStream EndOpenWrite (IAsyncResult asyncResult);
abstract member EndOpenWrite : IAsyncResult -> Microsoft.Azure.Storage.Blob.CloudBlobStream
override this.EndOpenWrite : IAsyncResult -> Microsoft.Azure.Storage.Blob.CloudBlobStream
Public Overridable Function EndOpenWrite (asyncResult As IAsyncResult) As CloudBlobStream

Parameter

asyncResult
IAsyncResult

Ein IAsyncResult , der auf den ausstehenden asynchronen Vorgang verweist.

Gibt zurück

Ein CloudBlobStream-Objekt.

Gilt für: