Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Initiates an asynchronous operation to renew a lease on this blob.

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

Syntax

 
[DoesServiceRequestAttribute]
public virtual Task RenewLeaseAsync(
	AccessCondition accessCondition
)
 
public:
[DoesServiceRequestAttribute]
virtual Task^ RenewLeaseAsync(
	AccessCondition^ accessCondition
)
 
[<DoesServiceRequestAttribute>]
abstract RenewLeaseAsync : 
        accessCondition:AccessCondition -> Task
[<DoesServiceRequestAttribute>]
override RenewLeaseAsync : 
        accessCondition:AccessCondition -> Task
 
<DoesServiceRequestAttribute>
Public Overridable Function RenewLeaseAsync (
	accessCondition As AccessCondition
) As Task

Parameters

accessCondition
Type: Microsoft.WindowsAzure.Storage.AccessConditionMicrosoft.WindowsAzure.Storage::AccessCondition^Microsoft.WindowsAzure.Storage.AccessConditionMicrosoft.WindowsAzure.Storage.AccessCondition

An AccessCondition object that represents the condition that must be met in order for the request to proceed, including a required lease ID.

Return to top