Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Initiates an asynchronous operation to get service stats for the secondary Blob service endpoint.

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

Syntax

 
[DoesServiceRequestAttribute]
public virtual Task<ServiceStats> GetServiceStatsAsync(
	CancellationToken cancellationToken
)
 
public:
[DoesServiceRequestAttribute]
virtual Task<ServiceStats^>^ GetServiceStatsAsync(
	CancellationToken cancellationToken
)
 
[<DoesServiceRequestAttribute>]
abstract GetServiceStatsAsync : 
        cancellationToken:CancellationToken -> Task<ServiceStats>
[<DoesServiceRequestAttribute>]
override GetServiceStatsAsync : 
        cancellationToken:CancellationToken -> Task<ServiceStats>
 
<DoesServiceRequestAttribute>
Public Overridable Function GetServiceStatsAsync (
	cancellationToken As CancellationToken
) As Task(Of ServiceStats)
Return to top