Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudFileShare.GetStatsAsync Method (CancellationToken) (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(
	CancellationToken cancellationToken
)
 
public:
[DoesServiceRequestAttribute]
virtual Task<ShareStats^>^ GetStatsAsync(
	CancellationToken cancellationToken
)
 
[<DoesServiceRequestAttribute>]
abstract GetStatsAsync : 
        cancellationToken:CancellationToken -> Task<ShareStats>
[<DoesServiceRequestAttribute>]
override GetStatsAsync : 
        cancellationToken:CancellationToken -> Task<ShareStats>
 
<DoesServiceRequestAttribute>
Public Overridable Function GetStatsAsync (
	cancellationToken As CancellationToken
) As Task(Of ShareStats)
Return to top