Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Describes actions that can be performed on a lease.

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

Syntax

 
public enum LeaseAction
 
public enum class LeaseAction
 
type LeaseAction
 
Public Enumeration LeaseAction

Members

Member nameDescription
Acquire

Acquire the lease.

Break

Break the lease.

Change

Change the lease ID.

Release

Release the lease.

Renew

Renew the lease.

Return to top