C#
C++
F#
VB
CloudBlobContainer.::..EndAcquireLease Method (IAsyncResult)(IAsyncResult^)(IAsyncResult)(IAsyncResult)
Ends an asynchronous operation to acquire a lease on this container.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
abstract EndAcquireLease : asyncResult:IAsyncResult -> string override EndAcquireLease : asyncResult:IAsyncResult -> 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.StringThe ID of the acquired lease.