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