Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Initializes a new instance of the CloudQueue class.

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

Syntax

 
public CloudQueue(
	Uri queueAddress
)
 
public:
CloudQueue(
	Uri^ queueAddress
)
 
new : 
        queueAddress:Uri -> CloudQueue
 
Public Sub New (
	queueAddress As Uri
)

Parameters

queueAddress
Type: System.UriSystem::Uri^System.UriSystem.Uri

A Uri specifying the absolute URI to the queue.

Return to top