CloudBlob.EndRenewLease(IAsyncResult) Method

Definition

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

public virtual void EndRenewLease (IAsyncResult asyncResult);
abstract member EndRenewLease : IAsyncResult -> unit
override this.EndRenewLease : IAsyncResult -> unit
Public Overridable Sub EndRenewLease (asyncResult As IAsyncResult)

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Applies to