Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

LeaseBlobAsync Method

Lease a blob to establish an exclusive one minute lock on a blob. LeaseAction: Acquire(0): Requests a new lease. Renew(1): Renews the lease. Release(2): Release the lease. Break(3): Break the lease, if the blob has an active lease.

Syntax

[VB.NET]
Public Function LeaseBlobAsync(ByVal blobName As String, ByVal leaseAction As Integer) As Task
[C#]
public Task LeaseBlobAsync(string blobName, int leaseAction);

Remarks

This method is the asynchronous version of the LeaseBlob method and is used to support asynchronous operations in WinRT. Please refer to LeaseBlob for more information.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0