Partager via


CloudBlobClient.EndGetServiceProperties(IAsyncResult) Méthode

Définition

Met fin à une opération asynchrone pour obtenir les propriétés du service Blob.

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

Paramètres

asyncResult
IAsyncResult

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

Retours

Objet ServiceProperties.

S’applique à