你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IStorageQueueManagement.DoesQueueExist Method

Definition

Overloads

DoesQueueExist(CloudQueue, QueueRequestOptions, OperationContext)

Checks existence of the queue.

DoesQueueExist(CloudQueue, QueueRequestOptions, OperationContext)

DoesQueueExist(CloudQueue, QueueRequestOptions, OperationContext)

Checks existence of the queue.

public bool DoesQueueExist (Microsoft.Azure.Storage.Queue.CloudQueue queue, Microsoft.Azure.Storage.Queue.QueueRequestOptions requestOptions, Microsoft.Azure.Storage.OperationContext operationContext);
abstract member DoesQueueExist : Microsoft.Azure.Storage.Queue.CloudQueue * Microsoft.Azure.Storage.Queue.QueueRequestOptions * Microsoft.Azure.Storage.OperationContext -> bool
Public Function DoesQueueExist (queue As CloudQueue, requestOptions As QueueRequestOptions, operationContext As OperationContext) As Boolean

Parameters

queue
CloudQueue

Cloud queue object

requestOptions
QueueRequestOptions

Queue request options

operationContext
OperationContext

Operation context

Returns

True if the queue exists, otherwise false

Applies to

DoesQueueExist(CloudQueue, QueueRequestOptions, OperationContext)

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

Parameters

queue
CloudQueue
requestOptions
QueueRequestOptions
operationContext
OperationContext

Returns

Applies to