Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudFileShare.GetStatsAsync Method (Microsoft.WindowsAzure.Storage.File)

Initiates an asynchronous operation to get stats for the share.

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

Syntax

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