CloudQueue.EndGetPermissions Method (IAsyncResult) (Microsoft.WindowsAzure.Storage.Queue)

From Microsoft Windows Azure Storage Blob

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

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

Syntax

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

Parameters

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

An IAsyncResult that references the pending asynchronous operation.

Return to top