CloudBlob.EndSetProperties(IAsyncResult) Method

Definition

Ends an asynchronous operation to update the blob's properties.

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

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Applies to