Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

Namespace:   Microsoft.WindowsAzure.Storage.Blob
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public virtual TimeSpan EndBreakLease(
	IAsyncResult asyncResult
)
 
public:
virtual TimeSpan EndBreakLease(
	IAsyncResult^ asyncResult
)
 
abstract EndBreakLease : 
        asyncResult:IAsyncResult -> TimeSpan
override EndBreakLease : 
        asyncResult:IAsyncResult -> TimeSpan
 
Public Overridable Function EndBreakLease (
	asyncResult As IAsyncResult
) As TimeSpan

Parameters

asyncResult
Type: System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Return Value

Type: System.TimeSpanSystem::TimeSpanSystem.TimeSpanSystem.TimeSpan

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

Return to top