Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

CloudQueueClient.GetServiceStatsAsync Method (CancellationToken) (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(
	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