CloudQueueClient.GetQueueReference(String) Method

Definition

public virtual Microsoft.WindowsAzure.Storage.Queue.CloudQueue GetQueueReference (string queueName);
abstract member GetQueueReference : string -> Microsoft.WindowsAzure.Storage.Queue.CloudQueue
override this.GetQueueReference : string -> Microsoft.WindowsAzure.Storage.Queue.CloudQueue
Public Overridable Function GetQueueReference (queueName As String) As CloudQueue

Parameters

queueName
String

Returns

Applies to