Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

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

Returns the result of an asynchronous operation to set permissions for the queue.

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

Syntax

 
public virtual void EndSetPermissions(
	IAsyncResult asyncResult
)
 
public:
virtual void EndSetPermissions(
	IAsyncResult^ asyncResult
)
 
abstract EndSetPermissions : 
        asyncResult:IAsyncResult -> unit
override EndSetPermissions : 
        asyncResult:IAsyncResult -> unit
 
Public Overridable Sub EndSetPermissions (
	asyncResult As IAsyncResult
)

Parameters

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

An IAsyncResult that references the pending asynchronous operation.

Return to top