Share via


CloudBlobClient.EndGetServiceStats(IAsyncResult) Methode

Definition

Beendet einen asynchronen Vorgang zum Abrufen von Dienststatistiken für den sekundären Blobdienstendpunkt.

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

Parameter

asyncResult
IAsyncResult

Ein IAsyncResult , der auf den ausstehenden asynchronen Vorgang verweist.

Gibt zurück

Ein ServiceStats-Objekt.

Gilt für: