Share via


StorageQueueManagement.GetQueueReferenceFromServer Method

Definition

public Microsoft.WindowsAzure.Storage.Queue.CloudQueue GetQueueReferenceFromServer (string name, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
member this.GetQueueReferenceFromServer : string * Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> Microsoft.WindowsAzure.Storage.Queue.CloudQueue
Public Function GetQueueReferenceFromServer (name As String, options As QueueRequestOptions, operationContext As OperationContext) As CloudQueue

Parameters

name
String
operationContext
OperationContext

Returns

Applies to