Partager via


CloudBlobClient.EndGetServiceStats(IAsyncResult) Méthode

Définition

Met fin à une opération asynchrone pour obtenir des statistiques de service pour le point de terminaison de service Blob secondaire.

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

Paramètres

asyncResult
IAsyncResult

IAsyncResult qui fait référence à l’opération asynchrone en attente.

Retours

Objet ServiceStats.

S’applique à