Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudQueueClient.GetServiceStatsAsync Method (Microsoft.WindowsAzure.Storage.Queue)

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

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