CloudBlob.EndBreakLease(IAsyncResult) Method

Definition

Ends an asynchronous operation to break the current lease on this blob.

public virtual TimeSpan EndBreakLease (IAsyncResult asyncResult);
abstract member EndBreakLease : IAsyncResult -> TimeSpan
override this.EndBreakLease : IAsyncResult -> TimeSpan
Public Overridable Function EndBreakLease (asyncResult As IAsyncResult) As TimeSpan

Parameters

asyncResult
IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Returns

A TimeSpan representing the amount of time before the lease ends, to the second.

Applies to