Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

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

Syntax

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