CloudBlobContainer.EndChangeLease(IAsyncResult) Method

Definition

Ends an asynchronous operation to change the lease on this container.

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

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Returns

The new lease ID.

Applies to