CloudQueueClient.GetServiceStatsAsync Method (Microsoft.WindowsAzure.Storage.Queue)
From Microsoft.WindowsAzure.Storage.Queue
C#
C++
F#
VB
Gets the stats of the queue service.
Namespace:
Microsoft.WindowsAzure.Storage.Queue
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract GetServiceStatsAsync : unit -> Task<ServiceStats>
override GetServiceStatsAsync : unit -> Task<ServiceStats>
Return Value
Type:
System.Threading.Tasks.Task<ServiceStats>System.Threading.Tasks::Task<ServiceStats^>^System.Threading.Tasks.Task<ServiceStats>System.Threading.Tasks.Task(Of ServiceStats)The queue service stats.
See Also
GetServiceStatsAsync Overload
CloudQueueClient Class
Microsoft.WindowsAzure.Storage.Queue Namespace
Return to top
Gets the stats of the queue service.
Syntax
abstract GetServiceStatsAsync : unit -> Task<ServiceStats> override GetServiceStatsAsync : unit -> Task<ServiceStats>
Return Value
Type: System.Threading.Tasks.Task<ServiceStats>System.Threading.Tasks::Task<ServiceStats^>^System.Threading.Tasks.Task<ServiceStats>System.Threading.Tasks.Task(Of ServiceStats)The queue service stats.
See Also
GetServiceStatsAsync Overload
CloudQueueClient Class
Microsoft.WindowsAzure.Storage.Queue Namespace