你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CloudBlobContainer.EndAcquireLease(IAsyncResult) Method

Definition

Ends an asynchronous operation to acquire a lease on this 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

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Returns

The ID of the acquired lease.

Applies to