CloudAppendBlob.EndCreateOrReplace(IAsyncResult) Method

Definition

Ends an asynchronous operation to create an append blob.

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

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Applies to