Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudFileClient.GetServicePropertiesAsync Method (Microsoft.WindowsAzure.Storage.File)

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

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

Syntax

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