CloudBlobClient.EndGetServiceProperties(IAsyncResult) Method      
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.ServicePropertiesPublic Overridable Function EndGetServiceProperties (asyncResult As IAsyncResult) As ServicePropertiesParameters
- asyncResult
- System.IAsyncResult
An System.IAsyncResult that references the pending asynchronous operation.
Returns
A ServiceProperties object.