Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

LeaseAction Enumeration (Microsoft.WindowsAzure.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