CloudBlobClient.GetServiceStatsAsync Method (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
Initiates an asynchronous operation to get service stats for the secondary Blob service endpoint.
Namespace:
Microsoft.WindowsAzure.Storage.Blob
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
C++
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 Value
Type:
System.Threading.Tasks.Task<ServiceStats>System.Threading.Tasks::Task<ServiceStats^>^System.Threading.Tasks.Task<ServiceStats>System.Threading.Tasks.Task(Of ServiceStats)A Task<TResult><TResult><'TResult>(Of TResult) object of type ServiceStats that represents the asynchronous operation.
See Also
GetServiceStatsAsync Overload
CloudBlobClient Class
Microsoft.WindowsAzure.Storage.Blob Namespace
Return to top
Initiates an asynchronous operation to get service stats for the secondary Blob service endpoint.
Syntax
C++
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 Value
Type: System.Threading.Tasks.Task<ServiceStats>System.Threading.Tasks::Task<ServiceStats^>^System.Threading.Tasks.Task<ServiceStats>System.Threading.Tasks.Task(Of ServiceStats)A Task<TResult><TResult><'TResult>(Of TResult) object of type ServiceStats that represents the asynchronous operation.
See Also
GetServiceStatsAsync Overload
CloudBlobClient Class
Microsoft.WindowsAzure.Storage.Blob Namespace