CloudBlockBlob.EndPutBlockList(IAsyncResult) Method

Definition

Ends an asynchronous operation to upload a list of blocks to a new or existing blob.

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

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Applies to