CloudBlobClient.EndGetServiceStats(IAsyncResult) Method

Definition

Ends an asynchronous operation to get service stats for the secondary Blob service endpoint.

public virtual Microsoft.Azure.Storage.Shared.Protocol.ServiceStats EndGetServiceStats (IAsyncResult asyncResult);
abstract member EndGetServiceStats : IAsyncResult -> Microsoft.Azure.Storage.Shared.Protocol.ServiceStats
override this.EndGetServiceStats : IAsyncResult -> Microsoft.Azure.Storage.Shared.Protocol.ServiceStats
Public Overridable Function EndGetServiceStats (asyncResult As IAsyncResult) As ServiceStats

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Returns

A ServiceStats object.

Applies to