CloudBlobContainer.EndAcquireLease(IAsyncResult) Methode

Definition

Beendet einen asynchronen Vorgang zum Abrufen einer Lease für diesen Container.

public virtual string EndAcquireLease (IAsyncResult asyncResult);
abstract member EndAcquireLease : IAsyncResult -> string
override this.EndAcquireLease : IAsyncResult -> string
Public Overridable Function EndAcquireLease (asyncResult As IAsyncResult) As String

Parameter

asyncResult
IAsyncResult

Ein IAsyncResult, das auf den ausstehenden asynchronen Vorgang verweist.

Gibt zurück

Die ID der erworbenen Lease.

Gilt für: