Share via


ICloudBlob.EndChangeLease(IAsyncResult) Method

Definition

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

public string EndChangeLease(IAsyncResult asyncResult);
abstract member EndChangeLease : IAsyncResult -> string
Public Function EndChangeLease (asyncResult As IAsyncResult) As String

Parameters

asyncResult
System.IAsyncResult

An System.IAsyncResult that references the pending asynchronous operation.

Returns

System.String

The new lease ID.

Applies to