Share via


StorageQueueManagement.CreateQueueIfNotExists Method

Definition

public bool CreateQueueIfNotExists (Microsoft.WindowsAzure.Storage.Queue.CloudQueue queue, Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions options, Microsoft.WindowsAzure.Storage.OperationContext operationContext);
abstract member CreateQueueIfNotExists : Microsoft.WindowsAzure.Storage.Queue.CloudQueue * Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> bool
override this.CreateQueueIfNotExists : Microsoft.WindowsAzure.Storage.Queue.CloudQueue * Microsoft.WindowsAzure.Storage.Queue.QueueRequestOptions * Microsoft.WindowsAzure.Storage.OperationContext -> bool
Public Function CreateQueueIfNotExists (queue As CloudQueue, options As QueueRequestOptions, operationContext As OperationContext) As Boolean

Parameters

queue
CloudQueue
operationContext
OperationContext

Returns

Implements

Applies to