CloudBlobClient.EndGetServiceProperties(IAsyncResult) Method

Definition

Ends an asynchronous operation to get service properties for the Blob service.

public virtual Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties EndGetServiceProperties (IAsyncResult asyncResult);
abstract member EndGetServiceProperties : IAsyncResult -> Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties
override this.EndGetServiceProperties : IAsyncResult -> Microsoft.Azure.Storage.Shared.Protocol.ServiceProperties
Public Overridable Function EndGetServiceProperties (asyncResult As IAsyncResult) As ServiceProperties

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Returns

A ServiceProperties object.

Applies to