Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudTableClient.GetServiceStatsAsync Method (CancellationToken) (Microsoft.WindowsAzure.Storage.Table)

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

Namespace:   Microsoft.WindowsAzure.Storage.Table
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