ICloudBlob.EndGetAccountProperties(IAsyncResult) Method

Definition

Ends an asynchronous operation to get properties for the account this blob resides on.

public Microsoft.Azure.Storage.Shared.Protocol.AccountProperties EndGetAccountProperties (IAsyncResult asyncResult);
abstract member EndGetAccountProperties : IAsyncResult -> Microsoft.Azure.Storage.Shared.Protocol.AccountProperties
Public Function EndGetAccountProperties (asyncResult As IAsyncResult) As AccountProperties

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Returns

A AccountProperties object.

Applies to