Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Gets the stats of the queue service.

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

Syntax

 
public virtual Task<ServiceStats> GetServiceStatsAsync(
	QueueRequestOptions options,
	OperationContext operationContext
)
 
public:
virtual Task<ServiceStats^>^ GetServiceStatsAsync(
	QueueRequestOptions^ options,
	OperationContext^ operationContext
)
 
abstract GetServiceStatsAsync : 
        options:QueueRequestOptions *
        operationContext:OperationContext -> Task<ServiceStats>
override GetServiceStatsAsync : 
        options:QueueRequestOptions *
        operationContext:OperationContext -> Task<ServiceStats>
 
Public Overridable Function GetServiceStatsAsync (
	options As QueueRequestOptions,
	operationContext As OperationContext
) As Task(Of ServiceStats)
Return to top