Share via


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
System.IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Returns

System.String

The ID of the acquired lease.

Applies to