Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Returns a reference to a CloudQueue object with the specified name.

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

Syntax

 
public CloudQueue GetQueueReference(
	string queueName
)
 
public:
CloudQueue^ GetQueueReference(
	String^ queueName
)
 
member GetQueueReference : 
        queueName:string -> CloudQueue
 
Public Function GetQueueReference (
	queueName As String
) As CloudQueue

Parameters

queueName
Type: System.StringSystem::String^System.StringSystem.String

A string containing the name of the queue.

Return to top