ICloudBlob.EndRenewLease(IAsyncResult) Method

Definition

Ends an asynchronous operation to renew a lease on this blob.

public void EndRenewLease (IAsyncResult asyncResult);
abstract member EndRenewLease : IAsyncResult -> unit
Public Sub EndRenewLease (asyncResult As IAsyncResult)

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Applies to