CloudBlobClient.GetServiceStatsAsync Method (BlobRequestOptions, OperationContext) (Microsoft.WindowsAzure.Storage.Blob)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
CloudBlobClient.::..GetServiceStatsAsync Method (BlobRequestOptions, OperationContext)(BlobRequestOptions^, OperationContext^)(BlobRequestOptions, OperationContext)(BlobRequestOptions, OperationContext)
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
[DoesServiceRequestAttribute]
public virtual Task<ServiceStats> GetServiceStatsAsync(
BlobRequestOptions requestOptions,
OperationContext operationContext
)
C++
public:
[DoesServiceRequestAttribute]
virtual Task<ServiceStats^>^ GetServiceStatsAsync(
BlobRequestOptions^ requestOptions,
OperationContext^ operationContext
)
[<DoesServiceRequestAttribute>]
abstract GetServiceStatsAsync :
requestOptions:BlobRequestOptions *
operationContext:OperationContext -> Task<ServiceStats>
[<DoesServiceRequestAttribute>]
override GetServiceStatsAsync :
requestOptions:BlobRequestOptions *
operationContext:OperationContext -> Task<ServiceStats>
<DoesServiceRequestAttribute>
Public Overridable Function GetServiceStatsAsync (
requestOptions As BlobRequestOptions,
operationContext As OperationContext
) As Task(Of ServiceStats)
Parameters
- requestOptions
-
Type:
Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptionsMicrosoft.WindowsAzure.Storage.Blob::BlobRequestOptions^Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptionsMicrosoft.WindowsAzure.Storage.Blob.BlobRequestOptions
A BlobRequestOptions object that specifies additional options for the request.
- operationContext
-
Type:
Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage::OperationContext^Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage.OperationContext
An OperationContext object that represents the context for the current operation.
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
[DoesServiceRequestAttribute] public virtual Task<ServiceStats> GetServiceStatsAsync( BlobRequestOptions requestOptions, OperationContext operationContext )
C++
public: [DoesServiceRequestAttribute] virtual Task<ServiceStats^>^ GetServiceStatsAsync( BlobRequestOptions^ requestOptions, OperationContext^ operationContext )
[<DoesServiceRequestAttribute>] abstract GetServiceStatsAsync : requestOptions:BlobRequestOptions * operationContext:OperationContext -> Task<ServiceStats> [<DoesServiceRequestAttribute>] override GetServiceStatsAsync : requestOptions:BlobRequestOptions * operationContext:OperationContext -> Task<ServiceStats>
<DoesServiceRequestAttribute> Public Overridable Function GetServiceStatsAsync ( requestOptions As BlobRequestOptions, operationContext As OperationContext ) As Task(Of ServiceStats)
Parameters
- requestOptions
-
Type:
Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptionsMicrosoft.WindowsAzure.Storage.Blob::BlobRequestOptions^Microsoft.WindowsAzure.Storage.Blob.BlobRequestOptionsMicrosoft.WindowsAzure.Storage.Blob.BlobRequestOptions
A BlobRequestOptions object that specifies additional options for the request.
- operationContext
-
Type:
Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage::OperationContext^Microsoft.WindowsAzure.Storage.OperationContextMicrosoft.WindowsAzure.Storage.OperationContext
An OperationContext object that represents the context for the current operation.
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