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
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Returns

The new lease ID.

Applies to