Free Trial *Internet Service Required
This topic has not yet been rated - Rate this topic

NamespaceManager.GetQueues Method

Retrieves an enumerable collection of all queues in the service namespace.

Namespace:  Microsoft.ServiceBus
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public IEnumerable<QueueDescription> GetQueues()

Return Value

Type: System.Collections.Generic.IEnumerable(Of QueueDescription)
Returns an IEnumerable(Of T) object that represents the collection of all queues in the service namespace or returns an empty collection if no queue exists.
Exception Condition
TimeoutException

The operation times out. The timeout period is initialized through the NamespaceManagerSettings class. You may need to increase the value of the OperationTimeout property to avoid this exception if the timeout value is relatively low.

UnauthorizedAccessException

The NamespaceManager object does not have sufficient permission to perform this operation. You should check to ensure that your NamespaceManager has the correct Credential credentials to perform this operation.

MessagingException

An internal error or unexpected exception occurs.

Did you find this helpful?
(1500 characters remaining)
facebook page visit twitter rss feed newsletter