Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets the properties of the blob service.

Namespace:   Microsoft.WindowsAzure.Storage.Queue
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public virtual Task<ServiceProperties> GetServicePropertiesAsync()
 
public:
virtual Task<ServiceProperties^>^ GetServicePropertiesAsync()
 
abstract GetServicePropertiesAsync : unit -> Task<ServiceProperties>
override GetServicePropertiesAsync : unit -> Task<ServiceProperties>
 
Public Overridable Function GetServicePropertiesAsync As Task(Of ServiceProperties)
Return to top