StorageQueueManagement.GetQueueReferenceFromServer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetQueueReferenceFromServer(String, QueueRequestOptions, OperationContext) | |
GetQueueReferenceFromServer(String, QueueRequestOptions, OperationContext) |
GetQueueReferenceFromServer(String, QueueRequestOptions, OperationContext)
public Microsoft.Azure.Storage.Queue.CloudQueue GetQueueReferenceFromServer (string name, Microsoft.Azure.Storage.Queue.QueueRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext);
member this.GetQueueReferenceFromServer : string * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.Queue.CloudQueue
Public Function GetQueueReferenceFromServer (name As String, options As QueueRequestOptions, operationContext As OperationContext) As CloudQueue
Parameters
- name
- String
- options
- QueueRequestOptions
- operationContext
- OperationContext
Returns
Applies to
GetQueueReferenceFromServer(String, QueueRequestOptions, OperationContext)
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
- options
- QueueRequestOptions
- operationContext
- OperationContext