ICloudBlob.EndFetchAttributes(IAsyncResult) Method

Definition

Ends an asynchronous operation to populate the blob's properties and metadata.

public void EndFetchAttributes (IAsyncResult asyncResult);
abstract member EndFetchAttributes : IAsyncResult -> unit
Public Sub EndFetchAttributes (asyncResult As IAsyncResult)

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Applies to