Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

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

Syntax

 
string EndAcquireLease(
	IAsyncResult asyncResult
)
 
String^ EndAcquireLease(
	IAsyncResult^ asyncResult
)
 
abstract EndAcquireLease : 
        asyncResult:IAsyncResult -> string
 
Function EndAcquireLease (
	asyncResult As IAsyncResult
) As String

Parameters

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

An IAsyncResult that references the pending asynchronous operation.

Return Value

Type: System.StringSystem::String^System.StringSystem.String

The ID of the acquired lease.

Return to top