CloudTableClient.GetServiceStatsAsync Method (TableRequestOptions, OperationContext) (Microsoft.WindowsAzure.Storage.Table)

From Microsoft Windows Azure Storage Blob

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

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

Syntax

 
[DoesServiceRequestAttribute]
public virtual Task<ServiceStats> GetServiceStatsAsync(
	TableRequestOptions requestOptions,
	OperationContext operationContext
)
 
public:
[DoesServiceRequestAttribute]
virtual Task<ServiceStats^>^ GetServiceStatsAsync(
	TableRequestOptions^ requestOptions,
	OperationContext^ operationContext
)
 
[<DoesServiceRequestAttribute>]
abstract GetServiceStatsAsync : 
        requestOptions:TableRequestOptions *
        operationContext:OperationContext -> Task<ServiceStats>
[<DoesServiceRequestAttribute>]
override GetServiceStatsAsync : 
        requestOptions:TableRequestOptions *
        operationContext:OperationContext -> Task<ServiceStats>
 
<DoesServiceRequestAttribute>
Public Overridable Function GetServiceStatsAsync (
	requestOptions As TableRequestOptions,
	operationContext As OperationContext
) As Task(Of ServiceStats)
Return to top