Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Returns the asynchronous result of the request to get the permissions settings for the container.

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

Syntax

 
public virtual BlobContainerPermissions EndGetPermissions(
	IAsyncResult asyncResult
)
 
public:
virtual BlobContainerPermissions^ EndGetPermissions(
	IAsyncResult^ asyncResult
)
 
abstract EndGetPermissions : 
        asyncResult:IAsyncResult -> BlobContainerPermissions
override EndGetPermissions : 
        asyncResult:IAsyncResult -> BlobContainerPermissions
 
Public Overridable Function EndGetPermissions (
	asyncResult As IAsyncResult
) As BlobContainerPermissions

Parameters

asyncResult
Type: System.IAsyncResultSystem::IAsyncResult^System.IAsyncResultSystem.IAsyncResult

An IAsyncResult that references the pending asynchronous operation.

Return to top