Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudTableClient.GetServiceStatsAsync Method (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()
 
public:
[DoesServiceRequestAttribute]
virtual Task<ServiceStats^>^ GetServiceStatsAsync()
 
[<DoesServiceRequestAttribute>]
abstract GetServiceStatsAsync : unit -> Task<ServiceStats>
[<DoesServiceRequestAttribute>]
override GetServiceStatsAsync : unit -> Task<ServiceStats>
 
<DoesServiceRequestAttribute>
Public Overridable Function GetServiceStatsAsync As Task(Of ServiceStats)
Return to top