CloudBlob.EndGetAccountProperties(IAsyncResult) Methode

Definition

Beendet einen asynchronen Vorgang, um Eigenschaften für das Konto abzurufen, in dem sich dieses Blob befindet.

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

Parameter

asyncResult
IAsyncResult

Ein IAsyncResult , der auf den ausstehenden asynchronen Vorgang verweist.

Gibt zurück

Ein AccountProperties-Objekt.

Gilt für: