Freigeben über


CloudBlobContainer.EndGetAccountProperties(IAsyncResult) Methode

Definition

Beendet einen asynchronen Vorgang zum Abrufen von Eigenschaften für das Konto, in dem sich dieser Container 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: