CloudBlob.EndReleaseLease(IAsyncResult) Method

Definition

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

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

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Applies to